[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

@@ -3133,6 +3133,8 @@ void Message_Update(PlayState* play) {
if (msgCtx->msgLength == 0) {
return;
}
GameInteractor_ExecuteOnDialogMessage();
bool isB_Held = CVarGetInteger("gSkipText", 0) != 0 ? CHECK_BTN_ALL(input->cur.button, BTN_B) && !sTextboxSkipped
: CHECK_BTN_ALL(input->press.button, BTN_B);