mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Disabled confirm-on-close in default confs
This commit is contained in:
parent
678577d155
commit
2e26f3ad76
|
@ -1,7 +1,7 @@
|
|||
[UI]
|
||||
SettingsVersion = 1
|
||||
InhibitScreensaver = true
|
||||
ConfirmShutdown = true
|
||||
ConfirmShutdown = false
|
||||
StartPaused = false
|
||||
PauseOnFocusLoss = false
|
||||
StartFullscreen = true
|
||||
|
|
|
@ -4,6 +4,7 @@ MainWindowGeometry = AdnQywADAAAAAAAAAAAAAAAAA7UAAAJ/AAAAAAAAAAAAAAO1AAACfwAAAAA
|
|||
MainWindowState = AAAA/wAAAAD9AAAAAAAAA7YAAAJXAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAOAHQAbwBvAGwAQgBhAHIAAAAAAP////8AAAAAAAAAAA==
|
||||
PauseOnFocusLoss = true
|
||||
StartFullscreen = true
|
||||
ConfirmShutdown = false
|
||||
|
||||
|
||||
[EmuCore]
|
||||
|
|
|
@ -49,7 +49,7 @@ DSPThread = True
|
|||
Backend = Pulse
|
||||
EnableJIT = False
|
||||
[Interface]
|
||||
ConfirmStop = True
|
||||
ConfirmStop = False
|
||||
CursorVisibility = 0
|
||||
OnScreenDisplayMessages = True
|
||||
PauseOnFocusLost = True
|
||||
|
|
|
@ -11,7 +11,7 @@ StartFullscreen = false
|
|||
PauseOnFocusLoss = true
|
||||
PauseOnMenu = true
|
||||
SaveStateOnExit = true
|
||||
ConfirmPowerOff = true
|
||||
ConfirmPowerOff = false
|
||||
LoadDevicesFromSaveStates = true
|
||||
ApplyGameSettings = true
|
||||
AutoLoadCheats = true
|
||||
|
|
|
@ -106,7 +106,7 @@ RandomizeMAC=0
|
|||
SockBindAnyAddr=0
|
||||
LANDevice=
|
||||
DirectLAN=0
|
||||
SavStaRelocSRAM=0
|
||||
SavStaRelocSRAM=1
|
||||
AudioInterp=0
|
||||
AudioBitrate=0
|
||||
AudioVolume=256
|
||||
|
|
|
@ -51,7 +51,7 @@ Fullscreen = True
|
|||
ConfirmStop = False
|
||||
LanguageCode =
|
||||
OnScreenDisplayMessages = True
|
||||
PauseOnFocusLost = False
|
||||
PauseOnFocusLost = True
|
||||
ShowActiveTitle = True
|
||||
UseBuiltinTitleDatabase = True
|
||||
UsePanicHandlers = False
|
||||
|
|
26
emu-configs/rpcs3/GuiConfigs/CurrentSettings.ini
Normal file
26
emu-configs/rpcs3/GuiConfigs/CurrentSettings.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Config]
|
||||
geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\xe7\0\0\0\0\0\0\x4>\0\0\x2\xcc\0\0\0\xe7\0\0\0\x1d\0\0\x4>\0\0\x2\xcc\0\0\0\0\0\0\0\0\x5;\0\0\0\xe7\0\0\0\x1d\0\0\x4>\0\0\x2\xcc)"
|
||||
|
||||
[GameList]
|
||||
hidden_list=@Invalid()
|
||||
iconColor=@Variant(\0\0\0\x43\x1\xff\xff\xf0\xf0\xf0\xf0\xf0\xf0\0\0)
|
||||
marginFactor=0.09
|
||||
textFactor=2
|
||||
|
||||
[Localization]
|
||||
language=en
|
||||
|
||||
[Logger]
|
||||
ANSI_code=true
|
||||
ERR_stack=true
|
||||
level=4
|
||||
stack=true
|
||||
|
||||
[Meta]
|
||||
discordState=
|
||||
showDebugTab=false
|
||||
useRichPresence=true
|
||||
|
||||
[main_window]
|
||||
confirmationBoxExitGame=false
|
||||
infoBoxEnabledWelcome=false
|
|
@ -1183,8 +1183,8 @@ UILayout\microProfileDialogVisible\default=true
|
|||
UILayout\state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\x1c\0W\0\x61\0i\0t\0T\0r\0\x65\0\x65\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0Y\0\xff\xff\xff\0\0\x3U\0\0\x1\xeb\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
||||
calloutFlags=1
|
||||
calloutFlags\default=false
|
||||
confirmClose=true
|
||||
confirmClose\default=true
|
||||
confirmClose=false
|
||||
confirmClose\default=false
|
||||
disable_web_applet=false
|
||||
disable_web_applet\default=false
|
||||
displayTitleBars=true
|
||||
|
|
Loading…
Reference in a new issue