mirror of
https://github.com/libretro/Play-.git
synced 2024-12-02 14:36:38 +00:00
14 lines
181 B
C++
14 lines
181 B
C++
#pragma once
|
|
|
|
class CGsCachedAreaTest
|
|
{
|
|
public:
|
|
void Execute();
|
|
|
|
private:
|
|
void CheckEmptyArea();
|
|
void CheckDirtyRect();
|
|
void CheckClearDirtyPages();
|
|
void CheckInvalidate();
|
|
};
|