mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-18 13:21:33 +00:00
Buildfix _DEBUG-builds on non-win32
This commit is contained in:
parent
3492c05771
commit
16053c08a0
@ -426,7 +426,7 @@ void blendPixel(const Kernel_3x3& ker,
|
||||
#define h get_h<rotDeg>(ker)
|
||||
#define i get_i<rotDeg>(ker)
|
||||
|
||||
#if defined(_DEBUG) && !defined(__APPLE__)
|
||||
#if defined(_DEBUG) && defined(_WIN32)
|
||||
if (breakIntoDebugger)
|
||||
__debugbreak(); //__asm int 3;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user