Properly change core if ROM is loaded by request
This commit is contained in:
parent
a355917b70
commit
85cf485807
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ void try_request_rom(const std::string& moviefile)
|
|||
core_type* selected_core = req.cores[req.selected];
|
||||
loaded_rom newrom(req.filename, *selected_core);
|
||||
*our_rom = newrom;
|
||||
notify_core_change();
|
||||
}
|
||||
|
||||
//Load state
|
||||
|
|
Loading…
Add table
Reference in a new issue