mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
frame limiter opt, menu btn on cfg load fix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@727 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
9615b3dfde
commit
4858c6338b
4 changed files with 16 additions and 16 deletions
|
@ -104,7 +104,6 @@ static void in_gp2x_probe(void)
|
|||
return;
|
||||
}
|
||||
in_gp2x_get_bits = in_gp2x_get_wiz_bits;
|
||||
in_gp2x_keys[BTN_START] = "MENU";
|
||||
break;
|
||||
default:
|
||||
#ifdef FAKE_IN_GP2X
|
||||
|
@ -318,7 +317,12 @@ static int in_gp2x_clean_binds(void *drv_data, int *binds, int *def_binds)
|
|||
void in_gp2x_init(void *vdrv)
|
||||
{
|
||||
in_drv_t *drv = vdrv;
|
||||
gp2x_soc_t soc;
|
||||
|
||||
soc = soc_detect();
|
||||
if (soc == SOCID_POLLUX)
|
||||
in_gp2x_keys[BTN_START] = "MENU";
|
||||
|
||||
in_gp2x_combo_keys = in_gp2x_combo_acts = 0;
|
||||
|
||||
drv->prefix = in_gp2x_prefix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue