Skip to content

Releases: cy33hc/vita-launcher

v3.9.6

18 Apr 05:14
Compare
Choose a tag to compare

v3.9.6

  • Improved download speed of ROMS from FTP server. From my pstv lan cable, speed increase from 3.7MB/s to 6.2MB/s.

v3.9.5

  • Launch Dreamcast games via new Flycast app

v3.9.4

  • Fixed issue #48 where duplicate entries of games with DLC.

v3.9.3

  • Add ability to config a default global PSP boot settings
  • Expanded the per game PSP boot settings to include the following
    • "Graphics Filtering", "Smooth Graphics", "Flux Filter Color", "PSP/PS1 Scale" etc...
      newbootsettings

v3.9.2

  • Add new YoYo Loader boot options "Use Uncached Memory" and "Use Double Buffering"

v3.9.1

  • Added support for EasyRPG games put in sub directories or in zip files. Only zip files with compression method Store or Deflate (not Deflate64) are supported.

v3.9

  • Added support for Booting EasyRPG games. Games have to be put into the ux0:data/easyrpg-player folder. You also need to download and install the latest nightly build of EasyRPG from the official website that supports booting games externally. https://ci.easyrpg.org/job/player-vita/

v3.8.5

  • Fix updater dialog showing when nothing to update

v3.8.4

  • Add "disable audio" boot settings for yoyo loader
  • Updated yoyo thumbnails db
  • Fixed an issue downloading gms game icons

v3.8.3

  • Fix psp games can't boot after plugin settings changed.

v3.8.2

  • Fix adernaline boot settings not saved due to missing tables. Only some people affected based on the upgrade path.
  • Improve psp plugins navigation. Default selects the checkbox instead of the "Delete" button.

v3.81

  • Fix GPU crash which was caused by texture being deleted while still in use. Fixed by increasing the delay for cleanup of unused textures.

v3.8

  • Adds ability to manage PSP plugins from within Vita-Launcher. Also allow per game plugin configuration.
    plugin1

v3.7

  • Updated fonts to handle more languages and special characters for copyright, TM etc which shows as "?"
  • Better detection of iTLS-Enso and ABB(Adernaline Bubble Booter plugin)
  • Warn ONLY ONCE for missing iTLS-Enso/ABB install
  • Overclocked CPU/GPU which seem to fix the random GPU crash.
  • Add ability to config a custom location to look for Bubbles/PSP/PS1/PSPMini icons.
    • For Bubbles, create a png file with the name of the TITLE_ID (eg. God of War file is PCSA00126.png)
    • For PSP ISO, create a png file with the same name as the ISO. (eg."Ape Escape.iso", create the png file called "Ape Escape.png")
    • For EBOOT.PBP, create png file with the same name as the folder that contains the EBOOT.PBP file. (Eg. "ux0:pspemu/PSP/GAME/Final Fantasy VII/EBOOT.PBP", create the png file called "Final Fantasy VII.png"

v3.6.6

  • Fix issues where duplicate Retro alternate cores created in settings

v3.6.5

  • Auto installs/updates the flycast core in RetroArch by extracting the smc.bin and smc2.bin from the Flycast app

v3.6.4

  • Fix issue where YoYo settings isn't saved if yy.cfg does not exists

v3.6.3

  • Check if iTLS-Enso is installed before attempt to download updates. iTLS-Enso is needed for this feature

v3.6.2

  • Add "Run with Mem Squeezing" option to YoYo boot settings

v3.6.1

  • Add support for "Enable network features" option to YoYo Launcher boot settings

v3.6

  • Add option to apply Bilinear Filters to icons. This is enabled by default and can be change in the Global Settings.
  • Add support to launch Game Maker Studio games via YoYo Launcher (NEW). Thx to @Rinnegatamante for this awesome app.
  • Add support for scanning Game Maker Studio games from FTP Server. Like support for ROMS, update the "roms_path" of GMS category with "ftp0:" prefix.
    • For both ux0 and ftp0, put an icon0.png in the same folder as the game.apk. Vita-Launcher will use that for the display icon.
  • Add feature to auto-install "Adrenaline Launcher", "YoYo Launcher" (NEW). These are custom bubbles required by Vita-Launcher to launch games without bubbles.
  • Add option to check and install updates for "YoYo Launcher", "Adrenaline Launcher", "Vita Launcher". There's a new action "Check for updates" can be found under the "Actions" tab of Settings.

v3.5

26 Dec 09:13
Compare
Choose a tag to compare
  • Added option to delete cached FTP downloaded roms
  • Increase buffer size of config.ini values to 4k. The previous size of 256 only allowed about 25 games to be moved to the a particular category. Now you can move about 200 games.
  • Fixed issues where psx games are duplicated after rescan. This fixes #27

v3.4

21 Sep 01:33
Compare
Choose a tag to compare
  • Fix issue with not able to boot PSP ISO/CSO after download from FTP server

v3.3

10 Sep 04:58
Compare
Choose a tag to compare
  • Add support for PSP ISO/EBOOT with ftp server.
  • Fix issue #19

Instructions.

  1. On ftp server create a folder structure that is same as the pspemu folder on the vita. Put iso/cso into the ISO subfolder and all the eboot.pbp into the PSP/GAME subfolder.
    Example:
    C:\roms/pspemu/ISO <--- (put iso/cso into this folder)
    C:\roms/pspemu/PSP/GAME <--- (put eboots into this folder)
  2. Download the extract_eboot_iso_windows.exe
  3. Execute the following command to extract the param.sfo / icon0.png. The param.sfo and png is required for vita-launcher when scan for the roms.
    C:\extract_eboot_iso_windows.exe C:\roms\pspemu
  4. In the vita-launcher app, go to the "Global" settings tab and update the "Alternate Pspemu Path" with the ftp folder path prefixed with "ftp0:"
    Example: ftp0:roms/pspemu
  5. And then goto the "PSP/PSX" category and rescan for iso/eboot.

Here link to video tutorial https://youtu.be/Id-S5U_ZbJY
Here link to previous video to setup FTP server https://youtu.be/KmcWeG1qImk

v3.2

24 Aug 06:54
Compare
Choose a tag to compare
  • Fix swap X/O not applied properly after restart
  • Some bug fix for FTP feature

v3.1

23 Aug 04:30
Compare
Choose a tag to compare

Add ability to play Retro Games from FTP Server (kind of). When you launch the game for the first time, the game is download to the ftp cache folder.

  • New "Ftp" settings tab add to configure the IP/Port/username/password
  • Can only scan for roms for Retro Games. Use the "ftp0:" prefix for roms_path in the Category settings. Don't try to config icon_path to ftp. It doesn't work.
    Video tutorial for how to setup. https://youtu.be/KmcWeG1qImk

v3.0

19 Apr 08:40
Compare
Choose a tag to compare
  • New "System Apps" category added
    • Added support for launching System Apps like Settings, Content Manager etc...
  • Added support for playing background music
    • Only OGG files are supported
    • Under Global settings you can add multiple music files. On startup, only 1 random music file is selected and played repeatedly.
    • When you change the music settings, you need to restart for change to take effect
  • Changed the background image
  • Fixed bug where game couldn't be deleted from favourites if game was uninstalled.

Known Issue: If you suspend the app and resume, the music playback is corrupted. Install TheFlow "FdFix" plugin to resolve this issue.

v2.9.1

10 Apr 22:48
Compare
Choose a tag to compare
  • Add option to choose the startup category. Under Global settings, there is now a new option to choose that.
  • Categories that don't have games are hidden in the folders mode also if you disable "Show All Categories"

v2.9

02 Apr 06:37
Compare
Choose a tag to compare
  • Add ability to change the Category order. A new "Order" field is now editable from the "Category" settings dialog.
    • The order of Favorites cannot be changed. It's always the first.
    • Categories with the same "Order" value will be sorted by the name

v2.8.1

28 Mar 00:10
Compare
Choose a tag to compare
  • Fix swap x/o feature broken by the last release