Disable r4828. Fixes busted video capture with OSD on. (Does not fix unrelated n64-only bug)

This commit is contained in:
goyuken 2013-11-17 01:41:47 +00:00
parent ce7743808f
commit 00b0451c4b
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ namespace BizHawk.Client.EmuHawk
readonly SwappableDisplaySurfaceSet sourceSurfaceSet = new SwappableDisplaySurfaceSet();
public bool NeedsToPaint { get; set; }
public bool NeedsToPaint { get { return true; } set { } }
DisplaySurface luaEmuSurface = null;
public void PreFrameUpdateLuaSource()