aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTa180m2020-05-18 15:51:19 -0500
committerTa180m2020-05-18 15:51:19 -0500
commitbf318ba9b91fd8b74161a9504f6169fa0800ad05 (patch)
treeb2fbd9928b9e6f7891429eb42a4e1e41046e6a81
parent74f8db6369c01ebf115e7f60f04faa446b605066 (diff)
Update main.cppv1.2
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index b535d9d..aab60dc 100644
--- a/main.cpp
+++ b/main.cpp
@@ -778,7 +778,7 @@ namespace GUI {
u8 const* keys;
SDL_Scancode KEY_A = SDL_SCANCODE_A, KEY_B = SDL_SCANCODE_S, KEY_SELECT = SDL_SCANCODE_SPACE, KEY_START = SDL_SCANCODE_RETURN;
SDL_Scancode KEY_UP = SDL_SCANCODE_UP, KEY_DOWN = SDL_SCANCODE_DOWN, KEY_LEFT = SDL_SCANCODE_LEFT, KEY_RIGHT = SDL_SCANCODE_RIGHT;
- SDL_Scancode KEY_LOAD = SDL_SCANCODE_Q, KEY_SAVE = SDL_SCANCODE_W; // Saving and loading
+ SDL_Scancode KEY_SAVE = SDL_SCANCODE_Q, KEY_LOAD = SDL_SCANCODE_W; // Saving and loading
// Initialize GUI
void init() {
// Initialize graphics system