[Accessibility] Text to Speech (#2487)

This commit is contained in:
David Chavez
2023-03-02 09:27:28 +01:00
committed by GitHub
parent 72777a0eb2
commit 21466192e5
38 changed files with 2279 additions and 28 deletions

View File

@@ -6064,6 +6064,8 @@ void Interface_Update(PlayState* play) {
Left_HUD_Margin = CVarGetInteger("gHUDMargin_L", 0);
Right_HUD_Margin = CVarGetInteger("gHUDMargin_R", 0);
Bottom_HUD_Margin = CVarGetInteger("gHUDMargin_B", 0);
GameInteractor_ExecuteOnInterfaceUpdate();
if (CHECK_BTN_ALL(debugInput->press.button, BTN_DLEFT)) {
gSaveContext.language = LANGUAGE_ENG;