mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
Add an option to enable performance queries in gameini files, disable it by default
This commit is contained in:
parent
ffdd79df36
commit
26f58e1ba5
4 changed files with 12 additions and 1 deletions
|
@ -108,6 +108,7 @@ struct VideoConfig
|
|||
// Hacks
|
||||
bool bEFBAccessEnable;
|
||||
bool bDlistCachingEnable;
|
||||
bool bPerfQueriesEnable;
|
||||
|
||||
bool bEFBCopyEnable;
|
||||
bool bEFBCopyCacheEnable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue