summaryrefslogtreecommitdiffstatshomepage
path: root/src/zexall
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-06-12 10:47:06 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-06-12 10:47:06 +0200
commit7893ce3aeab23c2a31c5d84d74db06eec5810d87 (patch)
tree9a3ca255da3c2af104188fe530884e1344a242aa /src/zexall
parent550175d8b8ec9739c5e7810bbdba789cf6b49158 (diff)
fix handling VIDEO_NONE on windows (nw)
fix SDL version of zexall (nw)
Diffstat (limited to 'src/zexall')
-rw-r--r--src/zexall/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zexall/main.cpp b/src/zexall/main.cpp
index b3bcf101b9e..6b7e2c11e1a 100644
--- a/src/zexall/main.cpp
+++ b/src/zexall/main.cpp
@@ -99,7 +99,7 @@ void emulator_info::layout_file_cb(xml_data_node &layout) { }
const char * emulator_info::get_appname() { return nullptr; }
-const char * emulator_info::get_appname_lower() { return nullptr; }
+const char * emulator_info::get_appname_lower() { return "zexall"; }
const char * emulator_info::get_configname() { return nullptr; }