MCPcopy 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

80static bool g_saveStateOnExit = kSaveStateOnExit_Default;
81
82bool GetSaveStateOnExit()
83{
84 return g_saveStateOnExit;
85}
86
87void SetSaveStateOnExit(bool saveStateOnExit)
88{

Callers 1

ReloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected