Small cleanups

This commit is contained in:
twinaphex 2013-01-07 07:47:42 +01:00
parent 72a4caf8b1
commit 411bda0006
3 changed files with 1 additions and 5 deletions

View File

@ -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++)

View File

@ -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;

View File

@ -187,7 +187,6 @@ struct settings
bool autodetect_enable;
#endif
#ifdef RARCH_CONSOLE
unsigned currently_selected_controller_no;
unsigned map_dpad_to_stick;
unsigned device[MAX_PLAYERS];
#endif