MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetLoadedSaveStateFlag

Function GetLoadedSaveStateFlag

source/Windows/AppleWin.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70//===========================================================================
71
72bool GetLoadedSaveStateFlag(void)
73{
74 return g_bLoadedSaveState;
75}
76
77void Win32Frame::SetLoadedSaveStateFlag(const bool bFlag)
78{

Callers 1

ProcessButtonClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected