mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Added a toggle switch for the OpenMP texture decoder in the graphics settings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7375 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4079523346
commit
50c5dbdb09
6 changed files with 28 additions and 3 deletions
|
@ -121,6 +121,9 @@ struct VideoConfig
|
|||
// Hacks
|
||||
bool bEFBAccessEnable;
|
||||
bool bDlistCachingEnable;
|
||||
#ifdef _OPENMP
|
||||
bool bOMPDecoder;
|
||||
#endif
|
||||
bool bEFBCopyEnable;
|
||||
bool bEFBCopyCacheEnable;
|
||||
bool bEFBEmulateFormatChanges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue