mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
step-frame added to debug
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@548 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b846453101
commit
8e6cbce1c7
2 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,8 @@ void menu_flip(void);
|
|||
|
||||
#define read_buttons(which) \
|
||||
wait_for_input(which)
|
||||
#define read_buttons_async(which) \
|
||||
(gp2x_joystick_read(0) & (which))
|
||||
#define menu_draw_begin() \
|
||||
gp2x_pd_clone_buffer2()
|
||||
#define clear_screen() \
|
||||
|
@ -67,6 +69,8 @@ void menu_draw_end(void);
|
|||
|
||||
#define read_buttons(which) \
|
||||
wait_for_input(which, 0)
|
||||
#define read_buttons_async(which) \
|
||||
(psp_pad_read(0) & (which))
|
||||
#define clear_screen() \
|
||||
memset(SCREEN_BUFFER, 0, SCREEN_WIDTH*SCREEN_HEIGHT*2)
|
||||
#define darken_screen() \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue