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
Idea: Episode Title & Copy/Erase Options For Saves on Save Select Screen #14
Comments
|
I have a plan to make that, thanks for making a note on that |
|
Awesome ^^ |
They were needed to implement the copy and deletion of game saves #14
|
Sent the commit just now |
|
Built: cf77a9f Can confirm, works entirely as expected on Built with: # Linux Mint (x86_64)
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizRel -DENABLE_LOGGING=0 ..
# Raspbian/RetroPie (armv7l - Raspberry Pi 4 Model B Rev 1.4 - Piboy DMG)
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizRel -DENABLE_LOGGING=0 -DUSE_SYSTEM_LIBS=1 ..
# Mobian (aarch64 - Pine64 PinePhone 1.2 )
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizRel -DENABLE_LOGGING=0 -DUSE_SYSTEM_LIBS=1 ..Though I've noticed it allows you to "Copy" an empty file. The target file remains unchanged in this instance. |
Good notice, I should reject an ability to select an empty file... You right! Right now I do reject the copying into the same file at least. |
|
btw, about ARM32 (armv71l) the note that Bowser III'th is broken, however, I got fixed that recently by tuning the floating-point comparison calls that being used to verify the AI state of Bowser III'rd. However, that didn't happen on x86/x86_64 and ARM64... |
|
Sent a fix to reject an attempt to copy the empty file |
|
Tested out f3f58f8 and it works pretty well (only tested on desktop, this time tho) |
|
Also, this feature is a life-important for Emscripten, because you literally has no direct access to the gamesaves store at all, because on how WebAssembly side cache storage works |
Oh wow, that's a good point, I never even though about that, but yeah. Gosh, web assembly's an interesting tech to have. |
You may see some here: btw, gotta update these builds here... EDIT: Heck, something went broken, my game fails to properly start after an update gotta find the reason.... |
|
They got fixed, but now they don't show the "click to start" title... that odd |
|
Anyway, the issue itself is solved |


I always found it a little frustrating to have to manually copy/delete saves with an external program (File Manager, etc.) x3
This would be a very nice quality of life addition in my opinion
Example
The text was updated successfully, but these errors were encountered: