mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-01 12:46:01 +00:00
recommit debug.h
This commit is contained in:
parent
abd3dd4b5a
commit
53ce038893
7
src/debug.h
Normal file
7
src/debug.h
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define BREAKPOINT __debugbreak
|
||||||
|
#elif defined(__GNUC__)
|
||||||
|
#define BREAKPOINT __builtin_trap
|
||||||
|
#else
|
||||||
|
#error What the fuck is this compiler
|
||||||
|
#endif
|
Loading…
Reference in a new issue