BizHawk/src/BizHawk.Emulation.DiscSystem
James Groom 8967f58df8
Move `&&`/`||` to start of next line in main solution
2024-03-27 16:35:31 +00:00
..
DiscFormats Move `&&`/`||` to start of next line in main solution 2024-03-27 16:35:31 +00:00
DiscoHawkLogic Add and use 2 extension methods for splitting path into dir+filename 2022-08-17 17:35:07 +10:00
Internal minor addendum to 2012b083f6 2023-05-12 03:28:14 -07:00
docs Move projects to src subdir (breaks build) 2020-05-03 10:57:38 +10:00
API_MednaDisc.cs Enable CA1806 and fix noncompliance (except in Cores) 2022-03-08 15:52:38 +10:00
BizHawk.Emulation.DiscSystem.csproj Cleanup project files 2021-01-18 09:26:51 +10:00
Disc.cs (Partial) .nrg support 2023-05-18 07:14:14 -07:00
DiscDecoding.cs bump AnalysisModeGlobalization to Recommended 2023-08-14 14:18:45 -07:00
DiscExceptions.cs Move projects to src subdir (breaks build) 2020-05-03 10:57:38 +10:00
DiscExtensions.cs someone added a "Can't find the file specified: cue filename" for when ANY error happened (including when bin files couldn't be found), before the error message which would have said "Can't find the bin file specified by the cue file". probably while doing null-related refactor bullshit because they had to throw some exception instead of adopting a null value. fix that by undoing the null-related refactor bullshit and adopting the value which is known not to be null (to us, if not the nagging linter) after checking for the intended error conditions and throwing if they're set. fixes #2819 (probably) 2021-06-24 19:23:46 -04:00
DiscHasher.cs Many cleanups in disc system 2023-03-11 01:28:32 -08:00
DiscIdentifier.cs bump AnalysisModeGlobalization to Recommended 2023-08-14 14:18:45 -07:00
DiscJob.cs Enable CA1064 and fix noncompliance 2022-03-08 15:52:38 +10:00
DiscMountJob.MednaDisc.cs Many cleanups in disc system 2023-03-11 01:28:32 -08:00
DiscMountJob.cs Establish basic style analyzer rules (#3759) 2023-08-30 23:08:21 +02:00
DiscMountPolicy.cs EXTERMINATE SPACES 2021-05-08 08:16:10 +10:00
DiscSectorReader.cs EXTERMINATE SPACES 2021-05-08 08:16:10 +10:00
DiscSession.cs Many cleanups in disc system 2023-03-11 01:28:32 -08:00
DiscStream.cs Many cleanups in disc system 2023-03-11 01:28:32 -08:00
DiscSubQ.cs EXTERMINATE SPACES 2021-05-08 08:16:10 +10:00
DiscTOC.cs Many cleanups in disc system 2023-03-11 01:28:32 -08:00
DiscTrack.cs Many cleanups in disc system 2023-03-11 01:28:32 -08:00
DiscTypes.cs (Partial) .nrg support 2023-05-18 07:14:14 -07:00
DiscUtils.cs Many cleanups in disc system 2023-03-11 01:28:32 -08:00