aboutsummaryrefslogtreecommitdiff
path: root/emcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'emcc.c')
-rw-r--r--emcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc.c b/emcc.c
index fbb549f..35ffeec 100644
--- a/emcc.c
+++ b/emcc.c
@@ -723,7 +723,7 @@ int main(int argc, char **argv)
js_add_preset(name);
}
if (thegame.can_configure)
- js_add_preset("Custom");
+ js_add_preset(NULL); /* the 'Custom' entry in the dropdown */
else if (custom_preset == 0)
js_remove_type_dropdown();