nes-probably need to handle the left clipping case too

This commit is contained in:
zeromus 2012-09-20 00:24:46 +00:00
parent e8487b77d8
commit 1760e9593f
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
videoProvider.left = 0;
videoProvider.right = 255;
}
CoreOutputComm.ScreenLogicalOffsetX = videoProvider.left;
}
MyVideoProvider videoProvider;