From 59d4cb4bc2b562d8216099f10902e97cb06d1319 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 13 Jan 2018 13:02:07 +0200 Subject: [PATCH] Make menu key more obvious on the SDL port --- SDL/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL/gui.c b/SDL/gui.c index ba2cb73..626dcea 100644 --- a/SDL/gui.c +++ b/SDL/gui.c @@ -853,6 +853,7 @@ void run_gui(bool is_running) switch (gui_state) { case SHOWING_DROP_MESSAGE: + draw_text_centered(pixels, 8, "Press ESC for menu", gui_palette_native[3], gui_palette_native[0], false); draw_text_centered(pixels, 116, "Drop a GB or GBC", gui_palette_native[3], gui_palette_native[0], false); draw_text_centered(pixels, 128, "file to play", gui_palette_native[3], gui_palette_native[0], false); break;