Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ AtExit
Class
AtExit
android/src/rpcsx-android.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
#pragma GCC diagnostic ignored
"-Wreturn-type-c-linkage"
85
86
struct AtExit {
87
std::function<void()> cb;
88
~AtExit() { cb(); }
89
};
90
91
static bool g_initialized;
92
static std::atomic<ANativeWindow *> g_native_window;
Callers
1
ShowSaveDataList
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected