Releases: JoshuaMKW/GeckoLoader
Releases · JoshuaMKW/GeckoLoader
Supporting Update
GeckoLoader
Changelog
- 🚧 Fixed error caused by overflowing the lower 16 bits of the target address (Happened with NTSC-U MKW
dol
) - ⛔ Removed deprecated option
LEGACY
which continuously broke various loaders and was only a limitation - ✨ Fun code refactoring that most people will never see :)
GeckoLoader
Changelog
- Fixed optimization error when parsing the C0 codetype
- Brand new GUI with Dark Theme and Session open/save functionality to help get you back on track
- Various bugfixes
GeckoLoader
Changelog
- Hotfix for hook data corruption
- Upgraded the installer
GeckoLoader
Changelog
- The codehandler can now be hooked to any address containing a valid instruction that is not a conditional non spr branch
- There are now 3 different hooks to choose from
["VI", "GX", "PAD"]
which can be accessed via option--hooktype
- Option
--codehook
is renamed to--hookaddress
- Parsing for Gecko Code txt files has been improved
GeckoLoader
Changelog
- Refactored more code, and extended the
argparse.ArgumentParser
class for better error output - Upgraded splash and text color functions
- Added option
--check-update
which is a simple and fast way to check for the existence of a new release
GeckoLoader
Changelog
- Added an installer to add GeckoLoader to the Windows PATH variable and store the files in the user's appdata
- Refactored and overhauled code
- Add 2 new options (--protect, [-d, --dest])
GeckoLoader
Removed debug print
GeckoLoader
Changelog
- Added support for dolphin formatted gecko txt files
- Improved on the temporary directory logic, it now creates a directory containing six random characters plus a "-GeckoLoader" extension for temporary file storage
GeckoLoader
Changelog
- Fix multiple bugs with legacy patching
- Added functionality to not patch in GeckoLoader + codehandler when the entire codelist is successfully pre patched into the dol
- Added directory support. Pass the name of a directory as the gecko codes and it will parse through all the files in the folder, patching them into the dol file.