Release Notes
New Features
-
Max Pointers Per Node Setting:
- Added a new setting in the Jumpback menu to limit the maximum pointers per node.
- This feature helps conserve memory during usage.
-
Improved Range Handling in Jumpback Menu:
- Ensured a minimum range of
0x800
for depth 0 in the Jumpback menu. - This change accommodates Unity games that typically have smaller offset ranges except at depth 0.
- You can now set smaller ranges for other depths while guaranteeing at least
0x800
for depth 0.
- Ensured a minimum range of
-
Custom FTP Server Integration:
- Introduced a customized
ftpsrv
tailored for Breeze. - Access this version via a dedicated button in the main menu.
- The FTP server allows access to save directories for the most recently played game:
save0:
corresponds to user profile 0.save1:
corresponds to user profile 1.
- Introduced a customized
Important Notes
- Save Behavior:
- Save changes are committed when
ftpsrv
is exited using the+
button. - Exiting via the Home button will not commit save changes.
- Currently, only up to two user profiles are supported (
save0
andsave1
). - Whether you can access save while the game is running depends on the game.
- Save changes are committed when