diff options
author | 2014-04-15 13:54:20 +0000 | |
---|---|---|
committer | 2014-04-15 13:54:20 +0000 | |
commit | 7712d5e841ef8bde92c444ecca20ee90bf324726 (patch) | |
tree | 574b6501447d154ed9bcdb48ee6f5c1fcfe32ce9 /src/emu/emuopts.c | |
parent | ef9ed1da051c30009d3348c15789ab490302b23c (diff) |
reverting r28187, if menus are unusable at that size user should make window bigger (nw)
Diffstat (limited to 'src/emu/emuopts.c')
-rw-r--r-- | src/emu/emuopts.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c index d6a181b7376..9c27aeaf88c 100644 --- a/src/emu/emuopts.c +++ b/src/emu/emuopts.c @@ -105,8 +105,6 @@ const options_entry emu_options::s_option_entries[] = { OPTION_GAMMA "(0.1-3.0)", "1.0", OPTION_FLOAT, "default game screen gamma correction" }, { OPTION_PAUSE_BRIGHTNESS "(0.0-1.0)", "0.65", OPTION_FLOAT, "amount to scale the screen brightness when paused" }, { OPTION_EFFECT, "none", OPTION_STRING, "name of a PNG file to use for visual effects, or 'none'" }, - { OPTION_MINIMUM_WIDTH, "320", OPTION_INTEGER, "minimum screen width" }, - { OPTION_MINIMUM_HEIGHT, "240", OPTION_INTEGER, "minimum screen height" }, // vector options { NULL, NULL, OPTION_HEADER, "CORE VECTOR OPTIONS" }, |