From 2d3e97049629c48494ea8d4641e57e699e6a8498 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 28 Sep 2003 14:27:08 +0000 Subject: Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right after AdvMame2x, and 9 and 0 are AdvMame3x and Hq3x respectively. I agree with Fingolfin that we'll need a better way of handling this in the future, though. svn-id: r10461 --- backends/sdl/sdl-common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/sdl') diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp index 6f4aee9506..aabd2d2f80 100644 --- a/backends/sdl/sdl-common.cpp +++ b/backends/sdl/sdl-common.cpp @@ -615,7 +615,7 @@ bool OSystem_SDL_Common::poll_event(Event *event) { // Ctr-Alt- will change the GFX mode if (b == (KBD_CTRL|KBD_ALT)) { - const char keys[] = "123456789cd"; + const char keys[] = "1234567890cd"; char *ptr; ptr = strchr(keys, ev.key.keysym.sym); -- cgit v1.2.3