forked from Mirror/GodMode9
Fix #549
This commit is contained in:
parent
2e463c6b84
commit
cf7fa9e401
@ -1969,7 +1969,7 @@ u32 ShowGameFileTitleInfoF(const char* path, u16* screen, bool clear) {
|
||||
ret = ShowTwlIconTitleInfo(twl_icon, screen);
|
||||
else ret = ShowGbaFileTitleInfo(path, screen);
|
||||
|
||||
if (clear) {
|
||||
if (!ret && clear) {
|
||||
while(!(InputWait(0) & (BUTTON_A | BUTTON_B)));
|
||||
ClearScreen(screen, COLOR_STD_BG);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user