aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-03-26 19:58:17 -0400
committerNebuleon Fumika2013-03-26 19:58:17 -0400
commit805ccda32c72a403cdfb0032525a5fbb9190e1fc (patch)
treeea39de57bae60cfcf2275a24036bcf49c3d520de /source/nds/gui.h
parent2fd480b4f3cd5e0ed4cac6b484d1b8ba7512470b (diff)
downloadsnes9x2005-805ccda32c72a403cdfb0032525a5fbb9190e1fc.tar.gz
snes9x2005-805ccda32c72a403cdfb0032525a5fbb9190e1fc.tar.bz2
snes9x2005-805ccda32c72a403cdfb0032525a5fbb9190e1fc.zip
Uniformise the location of the title icon across all interfaces, default and custom.
Diffstat (limited to 'source/nds/gui.h')
-rw-r--r--source/nds/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nds/gui.h b/source/nds/gui.h
index 53e5571..9fddc47 100644
--- a/source/nds/gui.h
+++ b/source/nds/gui.h
@@ -51,6 +51,9 @@
// Back button
#define BACK_BUTTON_X 229
#define BACK_BUTTON_Y 10
+// Title icon
+#define TITLE_ICON_X 12
+#define TITLE_ICON_Y 9
#define MAX_GAMEPAD_MAP 16