BizHawk/src
CasualPokePlayer 9139870e7e fix bug from 3622fe76f9, remove variable unused since 3622fe76f9 2023-08-11 16:59:14 -07:00
..
BizHawk.BizInvoke fix #3726 2023-08-10 00:07:10 -07:00
BizHawk.Bizware.Audio Kill Bizware .NET Framework deps (#3702) 2023-07-23 00:35:43 -07:00
BizHawk.Bizware.BizwareGL simplify IGL 2: Combine BindArrayData and DrawArrays calls into one Draw call: only supports triangle strips (already limitation with D3D9), assumes start is 0, binding and drawing are implicitly merged into a single call (in practice BindArrayData would just save the vertex pointer to some class level variable for DrawArrays, so this is just better all around) 2023-08-11 15:33:08 -07:00
BizHawk.Bizware.Graphics fix bug from 3622fe76f9, remove variable unused since 3622fe76f9 2023-08-11 16:59:14 -07:00
BizHawk.Bizware.Input Kill Bizware .NET Framework deps (#3702) 2023-07-23 00:35:43 -07:00
BizHawk.Bizware.Test Kill Bizware .NET Framework deps (#3702) 2023-07-23 00:35:43 -07:00
BizHawk.Client.Common simplify IGL 1: Combine Clear and SetClearColor, remove support for non-color buffers (not supported by GDI+, never actually used) 2023-08-11 13:30:46 -07:00
BizHawk.Client.DiscoHawk make discohawk form a bit bigger 2023-05-18 07:28:10 -07:00
BizHawk.Client.EmuHawk minor cleanup for 47c2d315ce 2023-08-11 00:34:07 -07:00
BizHawk.Common dont use ContextMenu 2023-08-04 00:54:42 -07:00
BizHawk.Emulation.Common Rework OpenGL version support checking to be more robust, slightly rework OpenGL context creation request (they can now explicitly request the core profile) 2023-07-31 22:32:30 -07:00
BizHawk.Emulation.Cores fix #3726 2023-08-10 00:07:10 -07:00
BizHawk.Emulation.DiscSystem Add and use extension method `string.StartsWith(char)` 2023-05-23 09:18:25 +10:00
BizHawk.Tests Update unit test to match new config schema 2023-08-02 18:03:06 +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