Merge pull request #5517 from HarbourMasters/develop-blair

Develop blair
This commit is contained in:
Malkierian 2025-05-19 09:19:44 -07:00 committed by GitHub
commit e1f6297807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 156 additions and 42 deletions

View file

@ -15,7 +15,7 @@ extern "C"
#include <soh/Enhancements/randomizer/randomizer_inf.h>
#if defined(INCLUDE_GAME_PRINTF) && defined(_DEBUG)
#define osSyncPrintf(fmt, ...) lusprintf(__FILE__, __LINE__, 0, fmt, __VA_ARGS__)
#define osSyncPrintf(fmt, ...) lusprintf(__FILE__, __LINE__, 0, fmt, ##__VA_ARGS__)
#else
#define osSyncPrintf(fmt, ...) osSyncPrintfUnused(fmt, ##__VA_ARGS__)
#endif