aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-03-26 19:53:13 -0400
committerNebuleon Fumika2013-03-26 19:53:13 -0400
commit2fd480b4f3cd5e0ed4cac6b484d1b8ba7512470b (patch)
treec1e28ac9c90497eda0d11c3c0ce0b30072caebe5 /source/nds/gui.h
parent577541b509a59855f3a732cef3f39584e99b743b (diff)
downloadsnes9x2005-2fd480b4f3cd5e0ed4cac6b484d1b8ba7512470b.tar.gz
snes9x2005-2fd480b4f3cd5e0ed4cac6b484d1b8ba7512470b.tar.bz2
snes9x2005-2fd480b4f3cd5e0ed4cac6b484d1b8ba7512470b.zip
Uniformise the location of the back button across all interfaces, default and custom.
Diffstat (limited to 'source/nds/gui.h')
-rw-r--r--source/nds/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nds/gui.h b/source/nds/gui.h
index 67d67dc..53e5571 100644
--- a/source/nds/gui.h
+++ b/source/nds/gui.h
@@ -48,6 +48,10 @@
#define FILE_SELECTOR_NAME_X 32
#define FILE_SELECTOR_NAME_SX 214
+// Back button
+#define BACK_BUTTON_X 229
+#define BACK_BUTTON_Y 10
+
#define MAX_GAMEPAD_MAP 16
#ifdef __cplusplus