slinga-homebrew / Save-Game-Copier

Copy Sega Saturn save game files
GNU General Public License v3.0
49 stars 8 forks source link

Paging for browsing save files and alphanumeric sorting #22

Closed amerika13 closed 3 years ago

amerika13 commented 3 years ago

I ran into an issue while researching an issue yesterday where I had nearly 100 saves to sort through in my directory. And it will become harder with more people trading save files.

You have to individually tap down to get through every save file. You cannot hold down to keep moving. You also can't press left or right to page quickly. So when you get up to 30+ save files, that can start getting rough. When you get to even more, it will be extremely hard. Also, there was no alphanumeric sorting being applied so many of the saves were out of order compounding the issue.

Thank you!

slinga-homebrew commented 3 years ago

Yeah I can add something to navigate by pages. Something like Left Trigger\Right Trigger.

The saves aren't sorted in the internal memory either. Shouldn't be hard to implement a sort.

amerika13 commented 3 years ago

Thank you! I am not the biggest fan of using L+R on top of controllers to page since L+R on the dpad isn't used for anything else. Might as well keep paging on the Dpad too. But up to you!

slinga-homebrew commented 3 years ago

Saves appear to be sorted now. L\R appears to go to to the next page. I haven't tested much.

Are you comfortable building this? Or should I tag a debug release?

amerika13 commented 3 years ago

Saves appear to be sorted now. L\R appears to go to to the next page. I haven't tested much.

Are you comfortable building this? Or should I tag a debug release?

Tag a debug please if you don't mind.

slinga-homebrew commented 3 years ago

https://github.com/slinga-homebrew/Save-Game-Copier/releases/tag/3.2.1