embed build date to one of debug screens
authornotaz <notasas@gmail.com>
Wed, 20 May 2009 22:12:35 +0000 (22:12 +0000)
committernotaz <notasas@gmail.com>
Wed, 20 May 2009 22:12:35 +0000 (22:12 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@693 be3aeb3a-fb24-0410-a615-afba39da0efa

common/menu.c

index be1ed3a..eccdefc 100644 (file)
@@ -1790,6 +1790,7 @@ static void draw_frame_debug(void)
 \r
        memset(g_screen_ptr, 0, g_screen_width * g_screen_height * 2);\r
        emu_forcedFrame(0);\r
+       smalltext_out16(4, 1, "build: " __DATE__ " " __TIME__, 0xffff);\r
        smalltext_out16(4, g_screen_height - me_sfont_h, layer_str, 0xffff);\r
 }\r
 \r