MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FDSGI

Function FDSGI

src/fds.cpp:105–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103#define DC_INC 1
104
105void FDSGI(GI h) {
106 switch (h)
107 {
108 case GI_CLOSE: FDSClose(); break;
109 case GI_POWER: FDSInit(); break;
110
111 // Unhandled Cases
112 case GI_RESETM2:
113 case GI_RESETSAVE:
114 break;
115 }
116}
117
118static void FDSStateRestore(int version) {
119 int x;

Callers

nothing calls this directly

Calls 2

FDSCloseFunction · 0.85
FDSInitFunction · 0.85

Tested by

no test coverage detected