mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #75] [MERGED] Remove Redundant Calls and PSX Automation #948
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/75
Author: @mnadareski
Created: 6/25/2018
Status: ✅ Merged
Merged: 6/26/2018
Merged by: @mnadareski
Base:
master← Head:redundant-red📝 Commits (10+)
883b135Work with callbacks to increase perf1f21563Make EDC field for PSX automaticf540fabMake AntiMod field for PSX automaticb3435a7Make LibCrypt field for PSX automatic7f1b610Remove psxt001zbaa556bWe need the subIntention data for LibCryptb10aeb3Let's avoid null for nowfe1eba8Set default speed in case of errore7a7dfaCheck the layerbreak betterecec32fRemove extraneous header checking📊 Changes
9 files changed (+194 additions, -152 deletions)
View changed files
📝
App.config(+0 -1)📝
Data/Constants.cs(+4 -4)📝
MainWindow.xaml.cs(+22 -60)📝
Options.cs(+0 -2)📝
OptionsWindow.xaml(+6 -11)📝
OptionsWindow.xaml.cs(+1 -12)📝
Utilities/Converters.cs(+1 -0)📝
Utilities/DumpInformation.cs(+124 -62)➕
appveyor.yml(+36 -0)📄 Description
The current code can have >=3 calls to some functions in a row due to a misunderstanding on how the setting of an index triggers the change events. This PR should remove the worst offenders for duplicate calls, presumably making startup and some item changes a lot smoother.
For the PSX automation, there are the following changes:
/amflag (Thanks to TonyLizard for helping find this)/nlflag and the existence of the_subIntention.txtfile, similar to SecuROM for PC discs (Thanks to TonyLizard for helping find this)Because of that last item, psxt001z is no longer needed, and has been removed with this PR.
Unintentionally , this PR also addresses some issues that have been persistent due to some assumptions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.