N64: Fixed bug where video settings from the gamedb didn't get loaded
This commit is contained in:
parent
9cc5a00076
commit
dd349818f5
|
@ -2483,6 +2483,7 @@ namespace BizHawk.MultiClient
|
|||
case "N64":
|
||||
if (INTERIM)
|
||||
{
|
||||
Global.Game = game;
|
||||
VideoPluginSettings video_settings = N64GenerateVideoSettings();
|
||||
nextEmulator = new N64(nextComm, game, rom.RomData, video_settings);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue