mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-09-16 12:22:16 +02:00
embed build date to one of debug screens
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@693 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -1790,6 +1790,7 @@ static void draw_frame_debug(void)
|
||||
|
||||
memset(g_screen_ptr, 0, g_screen_width * g_screen_height * 2);
|
||||
emu_forcedFrame(0);
|
||||
smalltext_out16(4, 1, "build: " __DATE__ " " __TIME__, 0xffff);
|
||||
smalltext_out16(4, g_screen_height - me_sfont_h, layer_str, 0xffff);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user