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

committed by
Stenzek

parent
ee4c0ba168
commit
0c11dca121
@ -274,6 +274,11 @@ void Renderer::BBoxWriteImpl(int index, u16 value)
|
||||
BBox::Set(index, value);
|
||||
}
|
||||
|
||||
void Renderer::BBoxFlushImpl()
|
||||
{
|
||||
BBox::Flush();
|
||||
}
|
||||
|
||||
void Renderer::Flush()
|
||||
{
|
||||
D3D::context->Flush();
|
||||
|
Reference in New Issue
Block a user