Bit if UI cleanup
This commit is contained in:
@@ -115,6 +115,7 @@ errorret_t inputInitDolphin(void) {
|
||||
X("b", INPUT_ACTION_CANCEL);
|
||||
X("z", INPUT_ACTION_CONSOLE);
|
||||
X("start", INPUT_ACTION_RAGEQUIT);
|
||||
X("start", INPUT_ACTION_PAUSE);
|
||||
|
||||
#elif defined(DUSK_WII)
|
||||
X("up", INPUT_ACTION_UP);
|
||||
@@ -130,6 +131,7 @@ errorret_t inputInitDolphin(void) {
|
||||
X("b", INPUT_ACTION_CANCEL);
|
||||
X("z", INPUT_ACTION_CONSOLE);
|
||||
X("start", INPUT_ACTION_RAGEQUIT);
|
||||
X("start", INPUT_ACTION_PAUSE);
|
||||
|
||||
// TODO: Wiimote, USB Keyboard, probably more.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user