Update psxrecomp for mod launch disc resolution - #29
Merged
Conversation
mstan
force-pushed
the
fix/psxrecomp-mod-disc-resolution
branch
from
September 7, 2026 20:03
a8375b3 to
bd72b39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates framework submodules for the MMX6 Tweaks launch fix and the retail BIOS boot rollback.
Changes:
psxrecomp-v4:a7459cdd -> d3e91e0recomp-ui:655d77d -> 028fa5cThis fixes #28, where
mmx6.tweaks.hookscould be rejected withpackage does not target this game/imageeven when the selected stock MMX6 USA v1.1 BIN matched the package manifest.Validation:
psx-runtime,mmx6_preloaded_mods_test.exe, andmmx6_tweaks_hooks_test.exein a clean MMX6 PR worktree using generated artifacts copied into the temporary validation tree.mmx6_preloaded_mods_test.exe <repo>\mods\preloaded.mmx6_tweaks_hooks_test.exe.mmx6.tweaks.hooks/voice_titleenabled and a verified stock MMX6 USA v1.1 BIN; runtime reached BIOS startup with no mod target rejection.Notes:
#endifwarnings. Those predate this integration and are unrelated to these submodule bumps.Closes #28 once released.