summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emuopts.h')
-rw-r--r--src/emu/emuopts.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/emuopts.h b/src/emu/emuopts.h
index 21fa27fb22f..21df80b8a05 100644
--- a/src/emu/emuopts.h
+++ b/src/emu/emuopts.h
@@ -276,9 +276,9 @@ public:
enum class option_support
{
- FULL, // full option support
- GENERAL_AND_SYSTEM, // support for general options and system (no softlist)
- GENERAL_ONLY // only support for general options
+ FULL, // full option support
+ GENERAL_AND_SYSTEM, // support for general options and system (no softlist)
+ GENERAL_ONLY // only support for general options
};
// construction/destruction
@@ -501,7 +501,7 @@ private:
static const options_entry s_option_entries[];
// the basics
- option_support m_support;
+ option_support m_support;
const game_driver * m_system;
// slots and devices
@@ -517,7 +517,7 @@ private:
ui_option m_ui;
// special option; the system name we tried to specify
- std::string m_attempted_system_name;
+ std::string m_attempted_system_name;
// special option; the software set name that we did specify
std::string m_software_name;