-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Practice Hack 2.6.0 rollup #202
Merged
Merged
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 582b940 - Browse repository at this point
Copy the full SHA 582b940View commit details -
Configuration menu - View commit details
-
Copy full SHA for a63915e - Browse repository at this point
Copy the full SHA a63915eView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16b5c83 - Browse repository at this point
Copy the full SHA 16b5c83View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4331e9 - Browse repository at this point
Copy the full SHA e4331e9View commit details
Commits on Mar 7, 2024
-
Co-Authored-By: DarkXoa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54c9e4e - Browse repository at this point
Copy the full SHA 54c9e4eView commit details -
on non-Windows platforms, this isn't caught by tools/*.exe
Configuration menu - View commit details
-
Copy full SHA for 473a54a - Browse repository at this point
Copy the full SHA 473a54aView commit details -
Add boot-to-menu functionality
Add an option to boot directly to the InfoHUD menu instead of the Nintendo splash. The sound engine is also loaded asynchronously in the menu, elimiating the delay for it to initialize. This reduces the time from power-on to practice menu to about half a second. The option is under the Cutscenes menu.
Configuration menu - View commit details
-
Copy full SHA for 62ba8dc - Browse repository at this point
Copy the full SHA 62ba8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91dc62b - Browse repository at this point
Copy the full SHA 91dc62bView commit details -
Disable sounds while SPC is booting
...to prevent conflicting SPC register writes. I don't think this could cause any problems, but it's best to be safe.
Configuration menu - View commit details
-
Copy full SHA for 85e410b - Browse repository at this point
Copy the full SHA 85e410bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb720f - Browse repository at this point
Copy the full SHA 9bb720fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4dfc5 - Browse repository at this point
Copy the full SHA 0b4dfc5View commit details -
this is what i get for committing at 1am
Configuration menu - View commit details
-
Copy full SHA for cc14280 - Browse repository at this point
Copy the full SHA cc14280View commit details -
Configuration menu - View commit details
-
Copy full SHA for af2d723 - Browse repository at this point
Copy the full SHA af2d723View commit details -
Use correct VRAM transfer mode for savestates
We set the high bit of $2115 to 0, which instructs the PPU to increment the VRAM word address after writing the low data byte. However, the DMA transfer writes low bytes first, then high bytes. This means the high byte of the first word of a transfer was being skipped, leading to an occasional glitchy tile. Setting the mode bit to 1 instead fixes the issue.
Configuration menu - View commit details
-
Copy full SHA for 92d8185 - Browse repository at this point
Copy the full SHA 92d8185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92145ed - Browse repository at this point
Copy the full SHA 92145edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f54e1f - Browse repository at this point
Copy the full SHA 3f54e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba72f9 - Browse repository at this point
Copy the full SHA 3ba72f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b68e80d - Browse repository at this point
Copy the full SHA b68e80dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.