yuzu: Use new setting method for stop emulation
This commit is contained in:
parent
8c020e3f44
commit
032d4938a9
6 changed files with 36 additions and 9 deletions
|
@ -67,6 +67,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);
|
||||
|
@ -83,6 +84,10 @@ SWITCHABLE(u32, false);
|
|||
SWITCHABLE(u8, false);
|
||||
SWITCHABLE(u8, true);
|
||||
|
||||
// Used in UISettings
|
||||
// TODO see if we can move this to uisettings.h
|
||||
SWITCHABLE(ConfirmStop, true);
|
||||
|
||||
#undef SETTING
|
||||
#undef SWITCHABLE
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue