added loading screen

This commit is contained in:
AriaHiro64 2021-05-05 06:08:03 -04:00 committed by GitHub
parent c8022bcd3f
commit 6d422d689b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1086,6 +1086,7 @@ sprite_t *loadPng(u8 *png_filename)
void loadgbrom(display_context_t disp, TCHAR *rom_path)
{
drawShortInfoBox(disp, " loading please wait", 0);
FRESULT result;
FIL emufile;
UINT emubytesread;