mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
Drive speed finding (without DIC?) #49
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?
Originally created by @mnadareski on GitHub (Jun 21, 2018).
See if we can find a way to get the current maximum drive speed from within C# instead of relying on DIC to do that. It would make it simpler than trying to run DIC and then parsing the output with regex.
See https://msdn.microsoft.com/en-us/library/windows/desktop/aa394081(v=vs.85).aspx
@mnadareski commented on GitHub (Jul 17, 2018):
I'm honestly starting to wonder if we even need this... Just pick a reasonable default and go from there. Nearly everything about drive speed (including defaults) can be set by users now.