mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
add support for doublesized menu fonts
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@645 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e2de9939cd
commit
c6c6c9cde2
10 changed files with 150 additions and 102 deletions
|
@ -1,11 +1,4 @@
|
|||
// (c) Copyright 2006-2008 notaz, All rights reserved.
|
||||
|
||||
|
||||
void menu_init(void);
|
||||
void text_out16(int x, int y, const char *texto, ...);
|
||||
void smalltext_out16(int x, int y, const char *texto, int color);
|
||||
|
||||
extern char menuErrorMsg[64];
|
||||
// (c) Copyright 2006-2009 notaz, All rights reserved.
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@ -159,6 +152,10 @@ typedef struct
|
|||
extern me_bind_action me_ctrl_actions[15];
|
||||
extern me_bind_action emuctrl_actions[]; // platform code
|
||||
|
||||
void menu_init(void);
|
||||
void text_out16(int x, int y, const char *texto, ...);
|
||||
void me_update_msg(const char *msg);
|
||||
|
||||
menu_entry *me_list_get_first(void);
|
||||
menu_entry *me_list_get_next(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue