From dd349818f5d9a7e4c5ca2679213010bbf5748dc9 Mon Sep 17 00:00:00 2001 From: pjgat09 Date: Sun, 19 May 2013 23:49:21 +0000 Subject: [PATCH] N64: Fixed bug where video settings from the gamedb didn't get loaded --- BizHawk.MultiClient/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 245a6b7a15..cf5c3c3b3c 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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); }