Skip to content

Commit

Permalink
added loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ariahiro64 authored May 5, 2021
1 parent c8022bc commit 6d422d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6d422d6

Please sign in to comment.