Skip to content

Releases: cy33hc/vita-launcher

v1.9.1

07 Nov 12:01
Compare
Choose a tag to compare
  • Add option to boot with alternate retro cores if multiple cores are available.
  • Settings screen updated to allow configure alternate retro cores
  • Saves the selected retrocore for each game.
  • Saves the Adrenaline Boot Settings for each game. Implements feature request #5
  • BUG FIX: Fix crash when EBOOT/ISO param.sfo is missing the DISC_ID attribute. Fixes issue #6
  • BUG FIX: In Scrolling Grid View sometimes the thumbnail does not load, especially for Retro titles.

v1.9

03 Nov 02:29
Compare
Choose a tag to compare
  • Added a new navigation method. Scrolling Grid View. Similar to List View but you have a scrolling grid.
  • BUG FIX: After rename tabs, the LT/RT stopped working. This is fixed.

v1.8

30 Oct 07:43
Compare
Choose a tag to compare
  • Add ability to add single PSP ISO/EBOOT game. Previously to add a new ISO/EBOOT game, you had to rescan the entire category which took time and removed the custom changes you made. Especially after you have renamed the games, the rescan would revert all those changes. Now you can add new games without impacting your custom changes. Adding PSP ISO/EBOOT can only be performed in the PSP/PSX/PSPMini category. After the game is added, you can move to any other category that you like.
  • BUG FIX: The moving of games feature broke Favorites and I had fixed that in previous version 1.7.1. But there was still 1 bug related to this, which I have resolve in this release. In rare case, this bug would cause the initial loading games screen to appear frozen. It's because it was hitting a condition that caused an infinite loop.

v1.7.2

30 Oct 00:21
Compare
Choose a tag to compare
  • BUG FIX: Roms that were renamed couldn't load the image because it depended on the rom title to load the image. Changed to get the image based of the rom filename instead of title.

v1.7.1

29 Oct 06:35
Compare
Choose a tag to compare
  • Add ability to rename Adrenaline PSP/PS1/PSP Mini and all RetroArch names. Bubbles will not be editable since I don't want to mess around the vita's app.db. Others are editable becuz I have my own cache.db in the ux0:data/SMLA00001 folder.
  • BUG FIX: Favorites is messed up, after the implementation for moving Games between categories. If you have issues with Favorites, delete them all and then add back again.
  • BUG FIX: After selecting to move the game to another category, the game shows up in 2 categories temporary until you restart. After restart it shows properly. This is just to fix the UI glitch after the move.
  • BUG FIX: Fix an issue when scanning for RetroArch roms, if the rom filename is too long, it corrupts the cache.db and crashes the app. This fix will skip any file whose name it too long. Filename limit is 127 chars. For those whose experiencing app crash during retroarch scan. Delete the ux0:data/SMLA00001/cache.db file and restart the app.

v1.7

28 Oct 06:04
Compare
Choose a tag to compare
  • Add ability to change settings directly in the app now. Don't need to edit the config.ini from VitaShell or PC. Although you still can.
  • Add ability to hide games or apps. For bubbles, you can restore the game by removing the title id from the hidden titles section of settings.
  • Add ability to move Bubble/Adrenaline games/apps between categories. RetroArch roms cannot be moved since they depend on the retro core that's in the category of where the game reside.
  • Known issue: After modifying the category title. The LT/RT can't change categories. Just restart the app to fix it.

v1.6.1

23 Oct 06:56
Compare
Choose a tag to compare
  • Add better RetroArch support for PSX games. Will now scan EBOOT in the pspemu/PSP/GAME folder for adrenaline. And also scan an alternative ROMS folder for disc format games like "img, bin, ccd, chd" files. Disc format games will default use RetroArch to boot the games. For EBOOT, you will be given a choose to boot with "Adrenaline" or RetroArch. Please update ux0:data/SMLA00001/config.ini to add additional disc extensions if missing.
  • Minor improvements to the focus in Grid View. When switching between pages or categories, the focus will not be lost.
  • Will skip corrupted ISO/EBOOT during scanning instead of crashing.

v1.6

19 Oct 07:36
Compare
Choose a tag to compare
  • Added the ability for customizing the color style of the application. Add your custom styles in the "ux0:data/SMLA00001/styles" folder. Here are some styles to get started with. Also a created a video explanation.
    https://github.com/cy33hc/vita-launcher/tree/master/styles
    https://youtu.be/WWPF2CDPlho
  • Add ability to give an alternative name to the categories. In the "config.ini" file, there is a new setting called "alt_title" that you can modify.
  • Add ability to choose the pspemu location. In the "ux0:data/SMLA00001/config.ini" file, there is a new setting called "pspemu_location". Default set to "ux0:pspemu". You can change to "uma0:pspemu" if you store you ISO/EBOOT on the uma0 device.
  • Add a couple of new Retro categories for TurboGrafx 16, Vectrex, G&W, MAME-2000 and MAME-2003

v1.5.1

18 Oct 01:13
Compare
Choose a tag to compare
  • Fixed bug where PSP/PSX/PSP Mini wasn't saved to favourites
  • Removed syncing of categories with VitaDB, some issues with linking the openssl/libcurl causing the app to randomly crash.
  • Add support for display of PS Mobile icon. (The icon for PS Mobile apps are in DDS format, so using the pic0.png instead).
  • Changed the Button assignments. LT/RT will now change category instead of changing pages. To change page, scroll to the left/right edge of the grid.
  • Added some padding to the smaller "tabs" to get a more consistent tab size.
  • Placement of PSP/PSX/PS Mini games in the category will be determined based on "CATEGORY" field of the param.sfo file.

v1.5

15 Oct 08:35
Compare
Choose a tag to compare
  • Add support for scanning for PSP ISO/CSO and EBOOT found in sub directories. This will find the games in subfolders created by category_lite plugin.
  • Add ability to extract the ICON's from PSP ISO's
  • Add ability to scan individual games categories.
  • Fixed issue while scanning game folders that contains folders that would crash the app.
  • Improvement the startup of the app when there are thousands of games.