Skip to content

Commit

Permalink
Fixed crashes when attempting to change Anti-Aliasing mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Jul 24, 2020
1 parent fcd0e33 commit 8e54f72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/SysVita/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ void showDialog(char *text, void (*yes_func)(), void (*no_func)(), int type, cha

sceMsgDialogInit(&params);
}
break;
case DIALOG_KEYBOARD:
{
SceImeDialogParam params;
Expand All @@ -577,6 +578,7 @@ void showDialog(char *text, void (*yes_func)(), void (*no_func)(), int type, cha

sceImeDialogInit(&params);
}
break;
default:
break;
}
Expand Down

0 comments on commit 8e54f72

Please sign in to comment.