mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +03:00
Merge pull request #2221 from npwoods/validation_has_own_options
Changed the validity checks to have its own emu_options
This commit is contained in:
commit
f2accb7bd7
@ -298,7 +298,8 @@ void validity_checker::validate_one(const game_driver &driver)
|
||||
// wrap in try/except to catch fatalerrors
|
||||
try
|
||||
{
|
||||
machine_config config(driver, m_drivlist.options());
|
||||
emu_options options;
|
||||
machine_config config(driver, options);
|
||||
m_current_config = &config;
|
||||
validate_driver();
|
||||
validate_roms();
|
||||
|
Loading…
Reference in New Issue
Block a user