cpu: pass blargh instr tests 3,5,6,8,9
This commit is contained in:
@@ -66,7 +66,7 @@ static void gb_video_screenshot(struct gb_video *video)
|
||||
uint8_t tile;
|
||||
int log = id == 30;
|
||||
|
||||
snprintf(filename, sizeof(filename), "screenshot-%d.bmp", id++);
|
||||
snprintf(filename, sizeof(filename), "screenshot-%05d.bmp", id++);
|
||||
|
||||
if (!(video->lcdcont & 1)) {
|
||||
goto out;
|
||||
|
||||
Reference in New Issue
Block a user