mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +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"XuiControlNoSlider", &m_controlnoslider);
|
||||
|
||||
m_controlnoslider.SetValue(g_settings.input.currently_selected_controller_no);
|
||||
m_controlnoslider.SetValue(0);
|
||||
m_controlnoslider.GetValue(&controlno);
|
||||
|
||||
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)
|
||||
{
|
||||
//if(!g_extern.console.rmenu.state.ingame_menu.enable)
|
||||
//return false;
|
||||
|
||||
menu *current_menu = (menu*)data;
|
||||
rmenu_state_t *rstate = (rmenu_state_t*)state;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user