Add T macro for translated debug strings (#2064)

* Add T macro for translated debug strings

* Hyral -> Hyrule

* put some more care into z_std_dma
This commit is contained in:
Dragorn421
2024-08-22 22:33:50 +02:00
committed by GitHub
parent bdfa56e72d
commit 98ba7ad2ab
14 changed files with 163 additions and 157 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "global.h"
void Setup_InitImpl(SetupState* this) {
PRINTF("ゼルダ共通データ初期化\n"); // "Zelda common data initalization"
PRINTF(T("ゼルダ共通データ初期化\n", "Zelda common data initalization\n"));
SaveContext_Init();
this->state.running = false;
SET_NEXT_GAMESTATE(&this->state, ConsoleLogo_Init, ConsoleLogoState);