mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04:00
T() macro loose ends 3 (#2592)
* Remaining weird T() * cleanup "発生" as ~"spawn" * single strings T() * more single strings T() * more single strings T() (InitDynaPoly helpers)
This commit is contained in:
@@ -519,7 +519,7 @@ void DmaMgr_ThreadEntry(void* arg) {
|
||||
}
|
||||
|
||||
if (0) {
|
||||
PRINTF(T("DMA登録受付", "DMA registration acceptance") " dmap=%08x\n", req);
|
||||
PRINTF(T("DMA登録受付 dmap=%08x\n", "DMA registration acceptance dmap=%08x\n"), req);
|
||||
}
|
||||
|
||||
// Process the DMA request
|
||||
|
||||
Reference in New Issue
Block a user