-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Add PICO-8/Splore to Expert #1331
Merged
Merged
Conversation
This file contains 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
- Move from App section of RApp section - onioncfg.json modified with new paths - Launch.sh modified for Onion support - Added infoPanel message when PICO-8 binaries are missing - "~Run PICO-8.pico-8" shortcut created to run splore (of file explorer for MM) - config & saves moved in "Saves/CurrentProfile/saves/PICO-8" - RApp/expert icon created : pico-8.png
Also changes fullscreen_method to 0
Reset session counter Change fullscreen method Change blit method
Not fully tested to go into live release
Only affects non-integer scaling modes
…Onion into FEAT-PICO-8-integration
1 - Change "Roms/PICO/bbs" folder to "Roms/PICO/splore" 2 - Disable the pico-8 logs (record_activity_log 0) 3 - Rename the shortcut to "~Run PICO-8 with Splore" 4 - Add a refresh pico roms after splore (when it's necessary)
(Improvement based on XK's work for PICO-8) https://github.com/XK9274/pico-8-wrapper-miyoo/blob/main/pico/script/launch.sh
schmurtzm
approved these changes
Dec 17, 2023
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.
PICO-8 Wrapper for Miyoo Mini/Miyoo Mini Plus
Adding the Native PICO-8 wrapper to Expert, most integration has been done by @schmurtzm
With this addition the keybinds will change (for Onion only):
You still need the correct pico8_dyn and pico8.dat files otherwise you'll receive a warning
/mnt/SDCARD/RApp/PICO-8/bin
/mnt/SDCARD/Saves/CurrentProfile/saves/PICO-8
/mnt/SDCARD/Roms/PICO
/mnt/SDCARD/Roms/PICO/splore
There are config changes in this version that differ to the standalone release, don't re-use files from standalone in place of this version (carts of course are fine) - don't copy over your SDL libraries or config.txt
Considerations:
This version currently does not have GS or save state support.
Only MMP will get full bbs support due to the requirement for internet access
More information and history available here: https://github.com/XK9274/pico-8-wrapper-miyoo