BizHawk/src
CasualPokePlayer 5f6d70ac46 Fix random crashes with rcheevos. The issue was that rc_runtime_t can store pointers to itself, which is bad when rcheevos expected the user to allocate that struct and did not provide functions for that. I've added that functionality and PR'd it (I'll fixup submodule to point to upstream when it's merged)
PR can be found here: https://github.com/RetroAchievements/rcheevos/pull/239
Also minor fixes wrt the ContinueWith usage in InternalDoRequest
2023-05-03 01:54:57 -07:00
..
BizHawk.BizInvoke Create and use `IDictionary.GetValueOrPut{,New,New1}` extensions 2023-04-27 17:25:03 +10:00
BizHawk.Bizware.BizwareGL Create and use `IDictionary.GetValueOrPut{,New,New1}` extensions 2023-04-27 17:25:03 +10:00
BizHawk.Bizware.DirectX Update OpenTK 2023-02-02 00:07:04 +10:00
BizHawk.Bizware.OpenTK3 Update OpenTK 2023-02-02 00:07:04 +10:00
BizHawk.Bizware.Test Update OpenTK 2023-02-02 00:07:04 +10:00
BizHawk.Client.Common Add Analyzer to disallow discarding locals e.g. `_ = result;` 2023-04-29 01:52:43 +10:00
BizHawk.Client.DiscoHawk Add in CDI support in DiscoHawk 2023-03-14 20:55:17 -07:00
BizHawk.Client.EmuHawk Fix random crashes with rcheevos. The issue was that rc_runtime_t can store pointers to itself, which is bad when rcheevos expected the user to allocate that struct and did not provide functions for that. I've added that functionality and PR'd it (I'll fixup submodule to point to upstream when it's merged) 2023-05-03 01:54:57 -07:00
BizHawk.Common Create and use `IDictionary.GetValueOrPut{,New,New1}` extensions 2023-04-27 17:25:03 +10:00
BizHawk.Emulation.Common Create and use `IDictionary.GetValueOrPut{,New,New1}` extensions 2023-04-27 17:25:03 +10:00
BizHawk.Emulation.Cores Change up multithreaded rendering in melonDS 2023-05-02 16:52:48 -07:00
BizHawk.Emulation.DiscSystem If a PSX `.bin` is loaded, try synthesising a `.cue` 2023-04-09 10:06:06 +10:00
BizHawk.Tests Downgrade MSTest to 2.2.9 2023-04-16 10:14:43 +10:00
BizHawk.Tests.Testroms.GB Downgrade `System.Drawing.Common` to 6.0.0 and enable Unix impl. 2023-04-16 10:49:18 +10:00
BizHawk.Tests.Testroms.GB.GambatteSuite Downgrade `System.Drawing.Common` to 6.0.0 and enable Unix impl. 2023-04-16 10:49:18 +10:00
BizHawk.WinForms.Controls Fix inconsistent application of colours from GTK theme, if available 2022-11-23 02:51:54 +10:00
.gitignore Move some .gitignore entries to nested dirs 2023-04-19 15:59:34 +10:00
MainSlnCommon.props Only set `<PathMap/>` for Release builds 2023-03-17 06:37:38 +10:00
MainSlnExecutable.props TargetName -> AssemblyName 2023-04-22 13:51:13 +02:00