New Port: The Swapper#2583
Draft
Producdevity wants to merge 2 commits into
Draft
Conversation
Producdevity
requested review from
Cebion,
Dia2809,
Ganimoth,
ImCoKeMaN,
JanTrueno,
Slayer366,
beniamino38,
bmdhacks,
cdeletre and
kloptops
as code owners
July 26, 2026 01:31
Producdevity
marked this pull request as draft
July 26, 2026 01:32
Contributor
Author
|
Set to draft until tested on AmberELEC and Rocknix |
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.
Game Information
Authorship & Testing
Submission Requirements
CFW Tests
Ensure your game has been tested on all major CFWs:
Resolution Tests
Test all major resolutions:
File Structure
Script Conventions
The non standard parts are:
utils/patcher.txt).libtexture_astc.soviaLD_PRELOAD): interceptsglTexImage2Dat runtime to substitute pre-compressed ASTC textures to reduce VRAM usage.libfmodex.so): translates FMOD audio calls to SDL_mixer, including streaming for large audio assets.libsteam_api.so): reports Steam as unavailable. Does not emulate Steam, bypass ownership, or decrypt tickets.MONO_MANAGED_WATCHER=1: required to prevent a Mono FileSystemWatcher infinite-recursion crash on Linux.gl4es.aarch64/and loaded viaSDL_VIDEO_GL_DRIVER. The game's engine requires desktop GL version strings that GLES-only devices don't provide.Additional Resources
For an in-depth guide on creating a pull request, refer to: PortMaster Game Packaging Guide