mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Common: drop GEKKO define
Afaict, it was used to build parts of Dolphin with DSPSpy, but that's been broken forever, so lets clean up a little bit.
This commit is contained in:
@ -45,9 +45,7 @@ struct ArraySizeImpl : public std::extent<T>
|
||||
#endif
|
||||
|
||||
// go to debugger mode
|
||||
#ifdef GEKKO
|
||||
#define Crash()
|
||||
#elif defined _M_X86
|
||||
#ifdef _M_X86
|
||||
#define Crash() {asm ("int $3");}
|
||||
#else
|
||||
#define Crash() { exit(1); }
|
||||
|
Reference in New Issue
Block a user