MCPcopy Create free account
hub / github.com/WilliamLCobb/iNDS / Is_DebugConsole

Method Is_DebugConsole

desmume/src/NDSSystem.h:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 int ConsoleType;
219 bool Is_DSI() { return ConsoleType == NDS_CONSOLE_TYPE_DSI; }
220 bool Is_DebugConsole() { return _DebugConsole!=0; }
221 BOOL _DebugConsole;
222
223 //set if the user requests ensata emulation

Callers 3

isDebuggerFunction · 0.80
NDS_ResetFunction · 0.80
loadstateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected