[Accessibility] Text to Speech (#2487)

This commit is contained in:
David Chavez 2023-03-02 09:27:28 +01:00 committed by GitHub
commit 21466192e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;