MCPcopy 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
86struct AtExit {
87 std::function<void()> cb;
88 ~AtExit() { cb(); }
89};
90
91static bool g_initialized;
92static std::atomic<ANativeWindow *> g_native_window;

Callers 1

ShowSaveDataListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected