mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Fixed MT06171: Specialized ini file settings get retained on a second game launch.
This commit is contained in:
parent
bb8463eb26
commit
1fb4b520e1
@ -27,8 +27,7 @@ enum
|
|||||||
OPTION_PRIORITY_CMDLINE,
|
OPTION_PRIORITY_CMDLINE,
|
||||||
|
|
||||||
// INI-based options are NORMAL priority, in increasing order:
|
// INI-based options are NORMAL priority, in increasing order:
|
||||||
OPTION_PRIORITY_INI = OPTION_PRIORITY_NORMAL,
|
OPTION_PRIORITY_MAME_INI = OPTION_PRIORITY_NORMAL + 1,
|
||||||
OPTION_PRIORITY_MAME_INI,
|
|
||||||
OPTION_PRIORITY_DEBUG_INI,
|
OPTION_PRIORITY_DEBUG_INI,
|
||||||
OPTION_PRIORITY_ORIENTATION_INI,
|
OPTION_PRIORITY_ORIENTATION_INI,
|
||||||
OPTION_PRIORITY_SYSTYPE_INI,
|
OPTION_PRIORITY_SYSTYPE_INI,
|
||||||
@ -36,7 +35,8 @@ enum
|
|||||||
OPTION_PRIORITY_SOURCE_INI,
|
OPTION_PRIORITY_SOURCE_INI,
|
||||||
OPTION_PRIORITY_GPARENT_INI,
|
OPTION_PRIORITY_GPARENT_INI,
|
||||||
OPTION_PRIORITY_PARENT_INI,
|
OPTION_PRIORITY_PARENT_INI,
|
||||||
OPTION_PRIORITY_DRIVER_INI
|
OPTION_PRIORITY_DRIVER_INI,
|
||||||
|
OPTION_PRIORITY_INI,
|
||||||
};
|
};
|
||||||
|
|
||||||
// core options
|
// core options
|
||||||
|
Loading…
Reference in New Issue
Block a user