Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ GetSaveStateOnExit
Function
GetSaveStateOnExit
source/SaveState.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
static bool g_saveStateOnExit = kSaveStateOnExit_Default;
81
82
bool GetSaveStateOnExit()
83
{
84
return g_saveStateOnExit;
85
}
86
87
void SetSaveStateOnExit(bool saveStateOnExit)
88
{
Callers
1
Reload
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected