mirror of
https://github.com/parasyte/alt64
synced 2024-11-02 08:15:07 -04:00
error code comment
This commit is contained in:
parent
7ef013e3fd
commit
25609847df
@ -1328,10 +1328,11 @@ void loadrom(display_context_t disp, u8 *buff, int fast)
|
||||
if (gbload == 1)
|
||||
boot_save = 1;
|
||||
|
||||
else if (resp)
|
||||
else if (resp) //todo: if response is certain ones we should show the error and stop the boot...
|
||||
{
|
||||
sprintf(tmp, "Response: %i", resp);
|
||||
printText(tmp, 3, -1, disp);
|
||||
sleep(2000);
|
||||
}
|
||||
|
||||
TRACE(disp, "Checking SD mode");
|
||||
|
Loading…
Reference in New Issue
Block a user