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:
notaz 2009-05-20 22:12:35 +00:00
parent 82abf46f3d
commit 9c0d458840

View file

@ -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);
} }