BizHawk/src
YoshiRulz 4ccf4eafef
Add missing disc presence check to `NymaCore.FrameAdvancePrep`
fixes #4056
`ControllerAdapter` ctor uses `(discs?.Length ?? 0) > 0`, but it gets
`discs` from earlier in core init; when it's later assigned to `_disks`,
empty lists are replaced with null, and other places in `NymaCore` use
`_disks != null`. The `default(int)` is to match pre-3af5b7a7f
behaviour.
2024-09-27 05:47:27 +10:00
..
BizHawk.BizInvoke Enable Analyzer rules re: blank doc comments and fix noncompliance 2024-07-08 01:37:22 +10:00
BizHawk.Bizware.Audio Promote BHI1007 to a build error, fixing some cases and muting others 2024-09-10 05:42:11 +10:00
BizHawk.Bizware.Graphics optimize 2D renderer: try to avoid splitting render commands, try to use single pass if blending is unneeded (i.e. alpha is always 0xFF) 2024-09-20 01:24:04 -07:00
BizHawk.Bizware.Graphics.Controls fix GDI+ on Linux (again) 2024-08-28 20:26:00 -07:00
BizHawk.Bizware.Input Promote BHI1007 to a build error, fixing some cases and muting others 2024-09-10 05:42:11 +10:00
BizHawk.Bizware.Test Remove redundant inter-project dependencies 2024-09-26 09:52:00 +10:00
BizHawk.Client.Common Fix display issue in TAStudio when <3 frames are visible 2024-09-26 21:11:17 +02:00
BizHawk.Client.DiscoHawk Use a global import for `System.*` 2024-07-03 22:51:48 +10:00
BizHawk.Client.EmuHawk Cleanup some more TAStudio function calls 2024-09-26 21:07:18 +02:00
BizHawk.Common Only call GetDpiForWindow if it's actually available 2024-09-23 03:08:19 -07:00
BizHawk.Emulation.Common Make `ServiceNotApplicableAttribute` constructor `params` 2024-09-26 13:54:42 +10:00
BizHawk.Emulation.Cores Add missing disc presence check to `NymaCore.FrameAdvancePrep` 2024-09-27 05:47:27 +10:00
BizHawk.Emulation.DiscSystem Remove "direct" bin file handling 2024-09-21 03:09:13 -07:00
BizHawk.Tests Add option to disable automatic resize of main window (squashed PR #4011) 2024-09-13 22:17:27 +10:00
BizHawk.Tests.Testroms.GB Remove redundant inter-project dependencies 2024-09-26 09:52:00 +10:00
BizHawk.Tests.Testroms.GB.GambatteSuite Use a global import for `MS.VisualStudio.TestTools.UnitTesting.*` 2024-07-03 22:51:48 +10:00
BizHawk.WinForms.Controls Use `System.Drawing.Primitives` 2024-07-26 10:33:20 +10:00
.gitignore Move some .gitignore entries to nested dirs 2023-04-19 15:59:34 +10:00
BannedSymbols.BannedApiAnalyzers.txt Ban `BitConverter.To*` 2024-08-30 00:17:01 +10:00
MainSln.runsettings Set a couple extra test runner parameters for main project 2024-05-15 11:10:11 +10:00
MainSlnCommon.props Enable MEN018 and fix noncompliance (except in Cores) 2024-09-15 23:19:07 +10:00
MainSlnExecutable.props Revert "Simplify MainSlnExecutable.props" 2024-06-20 16:21:58 -07:00
Menees.Analyzers.Settings.xml Enable MEN018 and fix noncompliance (except in Cores) 2024-09-15 23:19:07 +10:00
TestProjects.props Use a global import for `MS.VisualStudio.TestTools.UnitTesting.*` 2024-07-03 22:51:48 +10:00