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

committed by
Stenzek

parent
ee4c0ba168
commit
0c11dca121
@ -63,6 +63,7 @@ public:
|
||||
|
||||
u16 BBoxReadImpl(int index) override;
|
||||
void BBoxWriteImpl(int index, u16 value) override;
|
||||
void BBoxFlushImpl() override;
|
||||
|
||||
void Flush() override;
|
||||
void WaitForGPUIdle() override;
|
||||
|
Reference in New Issue
Block a user