diff --git a/src/drivers/sdl/gui.cpp b/src/drivers/sdl/gui.cpp index 43b572af..505be2f6 100644 --- a/src/drivers/sdl/gui.cpp +++ b/src/drivers/sdl/gui.cpp @@ -390,7 +390,6 @@ void openHotkeyConfig() GtkListStore* store = gtk_list_store_new(N_COLUMNS, G_TYPE_STRING, G_TYPE_STRING); GtkTreeIter iter; - gtk_list_store gtk_list_store_append(store, &iter); // aquire iter diff --git a/src/drivers/sdl/input.cpp b/src/drivers/sdl/input.cpp index 6b8d3eb4..c5bcbe68 100644 --- a/src/drivers/sdl/input.cpp +++ b/src/drivers/sdl/input.cpp @@ -864,7 +864,7 @@ DTestButton(ButtConfig *bc) ButtConfig GamePadConfig[4][10]={ /* Gamepad 1 */ - { MK(KP3), MK(KP2), MK(TAB), MK(ENTER), + { MK(KP3), MK(KP2), MK(SLASH), MK(ENTER), MK(W), MK(Z), MK(A), MK(S), MKZ(), MKZ() }, /* Gamepad 2 */