mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoBackends/D3D: Cache bounding box values between reads
This commit is contained in:

committed by
Stenzek

parent
ee4c0ba168
commit
0c11dca121
@ -14,6 +14,9 @@ public:
|
||||
static void Init();
|
||||
static void Shutdown();
|
||||
|
||||
static void Flush();
|
||||
static void Readback();
|
||||
|
||||
static void Set(int index, int value);
|
||||
static int Get(int index);
|
||||
};
|
||||
|
Reference in New Issue
Block a user