From 55ad2080c3fb9e69604dba023ca61c4895f7a303 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 20 May 2009 22:12:35 +0000 Subject: [PATCH] embed build date to one of debug screens git-svn-id: file:///home/notaz/opt/svn/PicoDrive@693 be3aeb3a-fb24-0410-a615-afba39da0efa --- platform/common/menu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/common/menu.c b/platform/common/menu.c index be1ed3a0..eccdefce 100644 --- a/platform/common/menu.c +++ b/platform/common/menu.c @@ -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); } -- 2.39.5