mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
VideoBackends/OGL: Cache bounding box values between reads
This commit is contained in:
parent
0c11dca121
commit
7fd0a526e1
4 changed files with 89 additions and 14 deletions
|
@ -128,6 +128,7 @@ public:
|
|||
|
||||
u16 BBoxReadImpl(int index) override;
|
||||
void BBoxWriteImpl(int index, u16 value) override;
|
||||
void BBoxFlushImpl() override;
|
||||
|
||||
void BeginUtilityDrawing() override;
|
||||
void EndUtilityDrawing() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue