mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 04:44:44 +00:00
Match retail padmgr.c and sys_rumble.c (#1693)
* Match retail padmgr.c * Match retail sys_rumble.c * Poke jenkins
This commit is contained in:
parent
8f481b648d
commit
4e2d2885bc
5 changed files with 23 additions and 17 deletions
|
@ -117,14 +117,13 @@
|
|||
#endif
|
||||
|
||||
#if OOT_DEBUG
|
||||
|
||||
#define LOG(exp, value, format, file, line) \
|
||||
do { \
|
||||
LogUtils_LogThreadId(file, line); \
|
||||
osSyncPrintf(exp " = " format "\n", value); \
|
||||
} while (0)
|
||||
#else
|
||||
#define LOG(exp, value, format, file, line) (void)0
|
||||
#define LOG(exp, value, format, file, line) (void)(value)
|
||||
#endif
|
||||
|
||||
#define LOG_STRING(string, file, line) LOG(#string, string, "%s", file, line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue