notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82abf46
)
embed build date to one of debug screens
author
notaz
<notasas@gmail.com>
Wed, 20 May 2009 22:12:35 +0000
(22:12 +0000)
committer
notaz
<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
patch
|
blob
|
blame
|
history
diff --git
a/common/menu.c
b/common/menu.c
index
be1ed3a
..
eccdefc
100644
(file)
--- a/
common/menu.c
+++ b/
common/menu.c
@@
-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