N64: Fixed bug where video settings from the gamedb didn't get loaded

This commit is contained in:
pjgat09 2013-05-19 23:49:21 +00:00
parent 9cc5a00076
commit dd349818f5
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}