mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
more unification; replace some magic bits to defines
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@708 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2f64d82211
commit
d34a42f93f
11 changed files with 296 additions and 404 deletions
|
@ -38,8 +38,9 @@ static int snd_cbuf_samples = 0, snd_all_samples = 0;
|
|||
static void blit(const char *fps, const char *notice);
|
||||
static void clearArea(int full);
|
||||
|
||||
void emu_noticeMsgUpdated(void)
|
||||
void plat_status_msg(const char *format, ...)
|
||||
{
|
||||
/* TODO */
|
||||
noticeMsgTime = GetTickCount();
|
||||
}
|
||||
|
||||
|
@ -446,7 +447,7 @@ static void updateKeys(void)
|
|||
static unsigned int prevEvents = 0;
|
||||
int i;
|
||||
|
||||
/* FIXME: port to input fw */
|
||||
/* FIXME: port to input fw, merge with emu.c:emu_update_input() */
|
||||
keys = Framework_PollGetButtons();
|
||||
if (keys & PBTN_HOME)
|
||||
engineState = PGS_Menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue