Commit Graph

8 Commits

Author SHA1 Message Date
YoshiRulz f45201ce7a
Replace remaining LINQ DSL with method chains 2019-03-25 03:03:54 +10:00
YoshiRulz 90623d36e2
Replace .Where(pred).FirstOrDefault() with .FirstOrDefault(pred)
In FirmwareDatabase.LookupFirmwareRecord and MDS_Format.LoadMDSToDisc, first
convert LINQ DSL to method chain
2019-03-25 02:21:37 +10:00
YoshiRulz 5f80e9d8e5
Use indexer instead of First() or Last() 2019-03-25 00:42:30 +10:00
James Groom 1d5a097a75
Fix typo
also this method sucks
2019-02-27 15:33:27 +10:00
James Groom cf23d9db87
Fix typo and cleanup loop 2019-02-24 15:39:01 +10:00
Asnivor 76070cd89d OCD: Fix non-critial compiler warnings in my code 2019-01-25 15:45:15 +00:00
Asnivor 7eee1c0f8f DiscSystem MDS: version check 2017-10-27 20:35:40 -04:00
Asnivor 6d87be1396 Experiemental MDS/MDF Support 2017-10-25 17:06:16 +01:00