Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
bool GetLoadedSaveStateFlag(void)
73
{
74
return g_bLoadedSaveState;
75
}
76
77
void Win32Frame::SetLoadedSaveStateFlag(const bool bFlag)
78
{
Callers
1
ProcessButtonClick
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected