N64: Use the config value to set the video size
This commit is contained in:
parent
d5966dd908
commit
7f3e01e3b3
|
@ -2455,7 +2455,7 @@ namespace BizHawk.MultiClient
|
|||
case "N64":
|
||||
if (INTERIM)
|
||||
{
|
||||
nextEmulator = new N64(nextComm, game, rom.RomData, 640, 480);
|
||||
nextEmulator = new N64(nextComm, game, rom.RomData, Global.Config.N64VideoSizeX, Global.Config.N64VideoSizeY);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue