fix #530 "AV Resizing shows black screen with PSX"

This commit is contained in:
zeromus 2015-10-25 16:06:39 -05:00
parent ef07f8b0b0
commit 188bf5a6c6
1 changed files with 1 additions and 0 deletions

View File

@ -3263,6 +3263,7 @@ namespace BizHawk.Client.EmuHawk
bbin = new BitmapBuffer(Global.Emulator.VideoProvider().BufferWidth, Global.Emulator.VideoProvider().BufferHeight, Global.Emulator.VideoProvider().GetVideoBuffer());
}
bbin.DiscardAlpha();
bmpout = new Bitmap(_avwriterResizew, _avwriterResizeh, PixelFormat.Format32bppArgb);
bmpin = bbin.ToSysdrawingBitmap();