BizHawk/src
nattthebear aa8fe56ef9 Fix up Nullable<IntPtr> brain damage
It'd be one thing if we needed a sentinel value distinct from IntPtr.Zero but we don't.  It's a pointer, and 0 is globally understood to be The Bad Value.

Some brain damage remains:
* LoadLibrary abstraction also returns Nullable<IntPtr>
* I named it `Resolve` and not `GetProcAddr` because I didn't want to see win32 everywhere I went :(
2020-05-15 18:56:34 -04:00
..
BizHawk.BizInvoke Fix up Nullable<IntPtr> brain damage 2020-05-15 18:56:34 -04:00
BizHawk.Bizware.BizwareGL Enable SA1124 "Do not use regions" and fix compliance 2020-05-15 17:00:53 +10:00
BizHawk.Bizware.Test Revert "delete all regions" 2020-05-15 17:00:49 +10:00
BizHawk.Client.Common Fix IList<T>.ToLuaTable() extension (resolves #2004) 2020-05-15 18:07:37 +10:00
BizHawk.Client.DiscoHawk Revert "delete all regions" 2020-05-15 17:00:49 +10:00
BizHawk.Client.EmuHawk lua - fix client library being null on null emulator 2020-05-15 10:43:30 -05:00
BizHawk.Common Fix up Nullable<IntPtr> brain damage 2020-05-15 18:56:34 -04:00
BizHawk.Emulation.Common Enable SA1124 "Do not use regions" and fix compliance 2020-05-15 17:00:53 +10:00
BizHawk.Emulation.Cores Fix up Nullable<IntPtr> brain damage 2020-05-15 18:56:34 -04:00
BizHawk.Emulation.DiscSystem Enable SA1124 "Do not use regions" and fix compliance 2020-05-15 17:00:53 +10:00
BizHawk.WinForms.Controls Replace $(SolutionDir) with $(ProjectDir) in src/ 2020-05-03 11:05:26 +10:00
Version Update paths in projects (fixes build) 2020-05-03 10:58:35 +10:00
MainSlnCommon.props Replace $(SolutionDir) with $(ProjectDir) in src/ 2020-05-03 11:05:26 +10:00