mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
VideoCommon: Make BBox emulation optional
This commit is contained in:
parent
ac0e304159
commit
acd074e291
7 changed files with 13 additions and 7 deletions
|
@ -112,6 +112,7 @@ struct VideoConfig final
|
|||
// Hacks
|
||||
bool bEFBAccessEnable;
|
||||
bool bPerfQueriesEnable;
|
||||
bool bBBoxEnable;
|
||||
|
||||
bool bEFBEmulateFormatChanges;
|
||||
bool bSkipEFBCopyToRam;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue