yuzu: Use new setting method for stop emulation
This commit is contained in:
parent
a34565727b
commit
6c246f2ac5
6 changed files with 36 additions and 9 deletions
|
@ -45,6 +45,7 @@ SWITCHABLE(CpuAccuracy, true);
|
|||
SWITCHABLE(FullscreenMode, true);
|
||||
SWITCHABLE(GpuAccuracy, true);
|
||||
SWITCHABLE(Language, true);
|
||||
SWITCHABLE(MemoryLayout, true);
|
||||
SWITCHABLE(NvdecEmulation, false);
|
||||
SWITCHABLE(Region, true);
|
||||
SWITCHABLE(RendererBackend, true);
|
||||
|
@ -61,6 +62,10 @@ SWITCHABLE(u32, false);
|
|||
SWITCHABLE(u8, false);
|
||||
SWITCHABLE(u8, true);
|
||||
|
||||
// Used in UISettings
|
||||
// TODO see if we can move this to uisettings.cpp
|
||||
SWITCHABLE(ConfirmStop, true);
|
||||
|
||||
#undef SETTING
|
||||
#undef SWITCHABLE
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue