Releases: NathanNeurotic/Open-PS2-Loader
APPS and MMCE Art Fix Attempt 3 + Official OPL Updates
MMCE and APPS Art navigation should be fixed, and repo should be up to date with Official repository as well.
- Testers needed, please report back any problems in the comment section below or create an Issues posting.
- Any feedback makes a difference.
What's Changed
- Remove MMCE one-at-a-time blocking throttle in art loader by @Copilot in #11
- Merge Upstream by @NathanNeurotic in #12
- Upstream by @NathanNeurotic in #13
- Incebtion round four by @NathanNeurotic in #14
- Resolve pr 16 conflicts by @NathanNeurotic in #17
- Upstream by @NathanNeurotic in #16
- docs: add Quick Start section to README by @NathanNeurotic in #18
- docs: normalize README naming, headings, and grammar by @NathanNeurotic in #19
- docs: update README badges and neutralize NBD version guidance by @NathanNeurotic in #20
- docs: add Contents section with anchor links to major README topics by @NathanNeurotic in #21
- docs: expand Frequent Issues entries with recovery and verification steps by @NathanNeurotic in #22
- docs: add Major Features Overview and clarify MX4SIO guidance by @NathanNeurotic in #23
- docs: clarify README introduction and release type descriptions by @NathanNeurotic in #24
- docs: add concise per-game settings note in How to use by @NathanNeurotic in #25
- docs: clarify VMC as core per-game save capability by @NathanNeurotic in #26
- docs: clarify APPS setup choices and case-sensitive paths by @NathanNeurotic in #27
- docs: clarify GSM as video/scaling compatibility tooling and link recovery path by @NathanNeurotic in #28
- docs: improve README feature coverage discoverability by @NathanNeurotic in #29
- themes: only enqueue MMCE decorator art on selection transitions by @NathanNeurotic in #30
- Debounce MMCE interactive art enqueue and coalesce pending targets by @NathanNeurotic in #31
- Add forward declaration for cacheDropQueuedRequestLocked by @NathanNeurotic in #32
- docs: clarify README device support and remove outdated compatibility claim by @NathanNeurotic in #33
- ci: add ps2dev latest migration probe workflow by @NathanNeurotic in #34
- Add ps2dev:latest workflow jobs and CI probe to capture build diagnostics by @NathanNeurotic in #35
- Add ps2dev:latest CI probe and ps2dev-latest build jobs to compilation workflow by @NathanNeurotic in #36
- Fallback to alternate storage when configReadMulti returns empty by @NathanNeurotic in #37
- Add MMCE probing and config.path redirect; abort stale image loads; add downloader retries by @NathanNeurotic in #38
- Upstream by @NathanNeurotic in #39
Full Changelog: incebtion-2...incebtion-3
OPL - MMCE ART FIX - ATTEMPT 2

Copyright 2013, Ifcaro & jimmikaelkael
Licensed under Academic Free License version 3.0
Review the LICENSE file for further details.
Changes in this Release
MMCE artwork stability
• Fixed an artwork loading issue on the MMCE games list that could cause freezes after browsing multiple titles.
• Improved texture lifecycle handling to prevent excessive memory retention during artwork browsing.
• Ensured artwork resources are properly released when no longer needed, reducing VRAM and heap pressure.
• No changes to artwork formats or user-facing behavior — stability only.
Previously Existing MMCE Builds:
- https://github.com/rickgaiser/Open-PS2-Loader/releases
- https://github.com/ps2-mmce/Open-PS2-Loader/releases
- https://downloads.ps2homebrewstore.com/SAS/APP_OPL/APP_OPL120B2249.psu
- https://downloads.ps2homebrewstore.com/SAS/APP_OPL/APP_OPL-MMCEB3.psu
What's Changed
- MMCE art ordering: 1-frame COV head start replaces covPreempts drop by @Copilot in #8
New Contributors
- @Copilot made their first contribution in #8
Full Changelog: latest...incebtion-2
OPEN PS2 LOADER - MMCE - ARTFIX - CUSTOM
Commits
- 2ac29c9: Update README formatting and links (NathanNeurotic (Ripto))
- 17bdb5e: Fix typo in CONFIG_OPL_MMCE_WAIT_CYCLES definition (NathanNeurotic (Ripto))
Open PS2 Loader with MMCE Support

Copyright 2013, Ifcaro & jimmikaelkael
Licensed under Academic Free License version 3.0
Review the LICENSE file for further details.
Changes in this Release
MMCE artwork stability
• Fixed an artwork loading issue on the MMCE games list that could cause freezes after browsing multiple titles.
• Improved texture lifecycle handling to prevent excessive memory retention during artwork browsing.
• Ensured artwork resources are properly released when no longer needed, reducing VRAM and heap pressure.
• No changes to artwork formats or user-facing behavior — stability only.
Previously Existing MMCE Builds:
- https://github.com/rickgaiser/Open-PS2-Loader/releases
- https://github.com/ps2-mmce/Open-PS2-Loader/releases
- https://downloads.ps2homebrewstore.com/SAS/APP_OPL/APP_OPL120B2249.psu
- https://downloads.ps2homebrewstore.com/SAS/APP_OPL/APP_OPL-MMCEB3.psu
Full Changelog: latest...incebtion-1