mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Small cleanups
This commit is contained in:
parent
72a4caf8b1
commit
411bda0006
@ -221,7 +221,7 @@ HRESULT CRetroArchControls::OnInit(XUIMessageInit * pInitData, BOOL& bHandled)
|
|||||||
GetChildById(L"XuiBackButton", &m_back);
|
GetChildById(L"XuiBackButton", &m_back);
|
||||||
GetChildById(L"XuiControlNoSlider", &m_controlnoslider);
|
GetChildById(L"XuiControlNoSlider", &m_controlnoslider);
|
||||||
|
|
||||||
m_controlnoslider.SetValue(g_settings.input.currently_selected_controller_no);
|
m_controlnoslider.SetValue(0);
|
||||||
m_controlnoslider.GetValue(&controlno);
|
m_controlnoslider.GetValue(&controlno);
|
||||||
|
|
||||||
for(i = 0; i < RARCH_FIRST_META_KEY; i++)
|
for(i = 0; i < RARCH_FIRST_META_KEY; i++)
|
||||||
|
@ -2020,9 +2020,6 @@ int ingame_menu_screenshot(void *data, void *state)
|
|||||||
|
|
||||||
int ingame_menu(void *data, void *state)
|
int ingame_menu(void *data, void *state)
|
||||||
{
|
{
|
||||||
//if(!g_extern.console.rmenu.state.ingame_menu.enable)
|
|
||||||
//return false;
|
|
||||||
|
|
||||||
menu *current_menu = (menu*)data;
|
menu *current_menu = (menu*)data;
|
||||||
rmenu_state_t *rstate = (rmenu_state_t*)state;
|
rmenu_state_t *rstate = (rmenu_state_t*)state;
|
||||||
|
|
||||||
|
@ -187,7 +187,6 @@ struct settings
|
|||||||
bool autodetect_enable;
|
bool autodetect_enable;
|
||||||
#endif
|
#endif
|
||||||
#ifdef RARCH_CONSOLE
|
#ifdef RARCH_CONSOLE
|
||||||
unsigned currently_selected_controller_no;
|
|
||||||
unsigned map_dpad_to_stick;
|
unsigned map_dpad_to_stick;
|
||||||
unsigned device[MAX_PLAYERS];
|
unsigned device[MAX_PLAYERS];
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user