rom_filter: initially try to parse input ROM

Issue #2691
This commit is contained in:
Boris Mulder 2018-02-26 11:52:49 +01:00 committed by Christian Helmuth
parent 26a2591896
commit 4b4760ce8e

View File

@ -157,6 +157,8 @@ class Rom_filter::Input_rom_registry
_input_rom_changed_fn(input_rom_changed_fn)
{
_rom_ds.sigh(_rom_changed_handler);
try { _top_level = _rom_ds.xml(); }
catch (...) {}
}
Input_rom_name name() const { return _name; }