Disable r4828. Fixes busted video capture with OSD on. (Does not fix unrelated n64-only bug)
This commit is contained in:
parent
ce7743808f
commit
00b0451c4b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue