Removed unneeded keys by removing the constants.

Readded UI_ON_SCREEN_DISPLAY to be changed again in the "Inputs" menu as per Aaron's request.

A clean build is required and cfg/default.cfg has to be deleted !
This commit is contained in:
stephh 2008-10-03 04:00:41 +00:00
parent 17b9549fef
commit fc54f63a09
2 changed files with 1 additions and 6 deletions

View File

@ -286,12 +286,6 @@ enum
IPT_UI_PASTE,
IPT_UI_SAVE_STATE,
IPT_UI_LOAD_STATE,
IPT_UI_ADD_CHEAT,
IPT_UI_DELETE_CHEAT,
IPT_UI_SAVE_CHEAT,
IPT_UI_WATCH_VALUE,
IPT_UI_EDIT_CHEAT,
IPT_UI_RELOAD_CHEAT,
IPT_UI_TOGGLE_CROSSHAIR,
/* additional OSD-specified UI port types (up to 16) */

View File

@ -524,6 +524,7 @@ static const input_type_desc core_types[] =
INPUT_PORT_DIGITAL_TYPE( 0, OTHER, KEYBOARD, "Keyboard", SEQ_DEF_0 )
INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_ON_SCREEN_DISPLAY,"On Screen Display", SEQ_DEF_1(KEYCODE_TILDE) )
INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_DEBUG_BREAK, "Break in Debugger", SEQ_DEF_1(KEYCODE_TILDE) )
INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_CONFIGURE, "Config Menu", SEQ_DEF_1(KEYCODE_TAB) )
INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_PAUSE, "Pause", SEQ_DEF_1(KEYCODE_P) )