while creating folders, you have the option to create the folders in multiple categories
option to delete folder. When a folder is deleted, the games under the folder isn't deleted but instead moved back to the main folder.
Add multi-selection ability for moving games to folders or hide games.
Use the "SELECT" button to toggle "multi-select" mode.
Multi-Selection mode is automatically cancelled if you switch category or folder
removed the option to re-scan all games since it is a little dangerous. You can achieve the same by just deleting the "cache.db" file under the folder ux0:data/SMLA00001.
Made the "Actions" tab the first tab in the "Settings and Actions" dialog.
see following video tutorial on how to use the features.
Add option to swap X/O button. This was feature request by user with Japan vita.
Allow use of L2/R2 on PS4/PS3 controller to page through games on PSTV.
Add ability to uninstall game. Reason for adding this is because if you have lots of games, they don't appear in LiveArea and CMA. So it's impossible to remove. Also Vitashell/PKGJ missing the option to uninstall game and the uninstall game in Onemenu occasionally crash for me.
Add dreamcast category (Currently there is no flycast core, but when RetroArch is updated, this will become usable)
Add option to download 2D boxart for thumbnails (This option will download 2D boxart first, if not found then downloads the Titles screenshots). If you have previously downloaded thumbnails already, you'll have to delete them first since the app won't download thumbnail if one exists. All 2D boxarts are scaled down to 140x140px for better loading performance.
Add ability to download thumbnails for Roms. This feature requires iTLS-enso on firmware 3.60 and 3.65. https://github.com/SKGleba/iTLS-Enso/releases Note: Accuracy of getting the correct thumbnail is only about 90-95%. It does not replace thumbnails if one already exists.
BUG FIX: gpu crash in Scrolling Grid view on some occasions.
For now you will need to install my custom build of scummVM untill the ScummVM provides an official release. I tried to use the daily build directly from ScmmmVM buildbot server but it just keeps crashing even on normal startup. Here is the commit from GitHub that this was built from scummvm/scummvm#2616 NOTE: Please don't submit any issues related to this build with ScummVM team or myself. This is provided just for convenience before the ScummVM official release.
2 First you need to add all your games to ScummVM app first so that it can detect the game. If it can't detect the game it won't work.
You will have to show all categories for the new category to be displayed. Select the "ScummVM" category and bring up the "Settings and Action" dialog and choose to "Scan games in the ScummVM category". The app will scan the "ux0:data/scummvm/scummvm.ini to find the games to add.
For thumbnails to display add an icon0.png in the folder of the scummvm game.
Vita Launcher v1.9.2
BUG FIX: Broke Styles after some code refactor. Styles reverted back to Default always.
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.
Vita Launcher v1.7.2
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.