BizHawk/src
YoshiRulz 953a14016f
Fix phantom NRE from ProcessInput during some crashes on Mono
Pretty sure this only affected Mono. The infinite loop in ProgramRunLoop
continued even after the form was disposed (in the testing I did, this was
always during the call to CheckMessages). However, DisplayManager (actually
GlobalWin.DisplayManager) was cleared during disposal, so the call to
DisplayManager.UntransformPoint rightly threw an NRE. After this change, the
"real" stacktrace is still printed as always.
2020-08-11 16:11:28 +10:00
..
BizHawk.BizInvoke Cleanup VersionInfo and code gen 2020-08-01 11:57:14 +10:00
BizHawk.Bizware.BizwareGL Cleanup VersionInfo and code gen 2020-08-01 11:57:14 +10:00
BizHawk.Bizware.Test Revert "delete all regions" 2020-05-15 17:00:49 +10:00
BizHawk.Client.Common Make Bk2Movie type and ctor public 2020-08-11 12:36:14 +10:00
BizHawk.Client.DiscoHawk Cleanup VersionInfo and code gen 2020-08-01 11:57:14 +10:00
BizHawk.Client.EmuHawk Fix phantom NRE from ProcessInput during some crashes on Mono 2020-08-11 16:11:28 +10:00
BizHawk.Common zwinder buffer - when saving to disk, only save what has actually been put in the buffer 2020-08-08 13:11:19 -04:00
BizHawk.Emulation.Common remove byte[] SavestateBinary() from IStatable, consolidate IBinaryStatable into IStatable now that they are the same 2020-08-05 21:07:30 -05:00
BizHawk.Emulation.Cores GBHawk: disassemble second byte of STOP 2020-08-10 10:40:44 -04:00
BizHawk.Emulation.DiscSystem Reorder the optical disk id checks 2020-08-03 12:14:59 -04:00
BizHawk.Tests zwinder buffer - when saving to disk, only save what has actually been put in the buffer 2020-08-08 13:11:19 -04:00
BizHawk.Version More cleanup of VersionInfo code gen 2020-08-01 17:48:27 +10:00
BizHawk.WinForms.Controls Cleanup VersionInfo and code gen 2020-08-01 11:57:14 +10:00
MainSlnCommon.props Enable CS1572, CS1574, and CS1734, and fix noncompliance 2020-06-20 21:31:15 -04:00