1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-04 13:27:14 +00:00

Little annoyances that ease debugging with MSVC

This commit is contained in:
fgenesis 2012-07-13 21:09:30 +02:00
commit 82000b14ca
4 changed files with 6 additions and 3 deletions

View file

@ -568,6 +568,9 @@ namespace FMOD {
#define SANITY_CHECK_OPENAL_CALL()
#endif
// HACK: works fairly well without it. Annoying to be thrown into the debugger because all channels are full.
#undef SANITY_CHECK_OPENAL_CALL
#define SANITY_CHECK_OPENAL_CALL()
// simply nasty.
#define ALBRIDGE(cls,method,params,args) \