1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 09:20:17 +00:00

Add and use LOG_STRING_T()

This commit is contained in:
Dragorn421 2025-06-02 07:54:35 +02:00
parent 83d225ce2c
commit a695afd730
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
11 changed files with 26 additions and 22 deletions

View file

@ -13,4 +13,7 @@
*/
#define T(jp, en) jp
// Note: need to also include debug.h if using this macro
#define LOG_STRING_T(stringJP, stringEN, file, line) LOG(#stringJP, stringJP, "%s", file, line)
#endif