mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
embed build date to one of debug screens
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@693 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
82abf46f3d
commit
9c0d458840
1 changed files with 1 additions and 0 deletions
|
@ -1790,6 +1790,7 @@ static void draw_frame_debug(void)
|
||||||
|
|
||||||
memset(g_screen_ptr, 0, g_screen_width * g_screen_height * 2);
|
memset(g_screen_ptr, 0, g_screen_width * g_screen_height * 2);
|
||||||
emu_forcedFrame(0);
|
emu_forcedFrame(0);
|
||||||
|
smalltext_out16(4, 1, "build: " __DATE__ " " __TIME__, 0xffff);
|
||||||
smalltext_out16(4, g_screen_height - me_sfont_h, layer_str, 0xffff);
|
smalltext_out16(4, g_screen_height - me_sfont_h, layer_str, 0xffff);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue