Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Emu4Vita Plus: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 4: Line 4:
|description=A frontend based on the Libretro API.
|description=A frontend based on the Libretro API.
|author=noword
|author=noword
|lastupdated=2025/06/07
|lastupdated=2025/06/09
|type=Other Emulators
|type=Other Emulators
|version=0.36
|version=0.37
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/Emu4VitaPlus.7z?036
|download=https://dlhb.gamebrew.org/vitahomebrews/Emu4VitaPlus.7z?036
Line 28: Line 28:
* [https://github.com/libretro/FBNeo FinalBurn Neo]
* [https://github.com/libretro/FBNeo FinalBurn Neo]
* [https://github.com/KMFDManic/FBNeo-Xtreme-Amped FinalBurn Neo Xtreme]
* [https://github.com/KMFDManic/FBNeo-Xtreme-Amped FinalBurn Neo Xtreme]
* [https://github.com/libretro/mame2000-libretro mame2000]
* [https://github.com/libretro/mame2003-libretro mame2003]
* [https://github.com/libretro/mame2003-libretro mame2003]
* [https://github.com/libretro/mame2003-plus-libretro mame2003_plus]
* [https://github.com/libretro/mame2003-plus-libretro mame2003_plus]
Line 126: Line 127:


==Changelog==
==Changelog==
'''v0.37'''
* Fix individual configurations issue.
'''v0.36'''
'''v0.36'''
*fix bugs.
* Fix bugs.
'''v0.35'''
'''v0.35'''
* Process input in a separate thread.
* Process input in a separate thread.
* Re-add mame2000.
* Re-add mame2000.
'''v0.34'''
'''v0.34'''
*fix bugs.
* Fix bugs.
'''v0.33'''
'''v0.33'''
* v0.30 the plan to compile the cores into dynamic libraries failed, rollback to old mode.
* v0.30 the plan to compile the cores into dynamic libraries failed, rollback to old mode.
* fix bugs
* Fix bugs.
'''v0.32'''
'''v0.32'''
*fix bugs.
* Fix bugs.
'''v0.31'''
'''v0.31'''
*fix bugs.
* Fix bugs.
'''v0.30'''
'''v0.30'''
* compile the cores as dynamic libraries, reduced the size of VPK by about 33%
* Compile the cores as dynamic libraries, reduced the size of VPK by about 33%.
* enables saving settings for each game
* Enables saving settings for each game.
* auto-rotation can be disabled for vertical games
* Auto-rotation can be disabled for vertical games.
* fix bugs
* Fix bugs.
'''v0.29'''
'''v0.29'''
*fix bugs.
* Fix bugs.
'''v0.28'''
'''v0.28'''
* add Russian support.
* Add Russian support.
* show date and size in brower and favorite tab.
* Show date and size in brower and favorite tab.
'''v0.27'''
'''v0.27'''
* Remove mgba.
* Remove mgba.
Line 161: Line 164:
**ps + right stick down: move keyboard down.
**ps + right stick down: move keyboard down.
'''v0.25'''
'''v0.25'''
* add two cores: vice, px68k.
* Add two cores: vice, px68k.
* display console introduction information(from Wikpedia) on the arch.
* Display console introduction information(from Wikpedia) on the arch.
* fix bugs.
* Fix bugs.
'''v0.24'''
'''v0.24'''
* Add two cores: vice, px68k.
* Add two cores: vice, px68k.
Line 250: Line 253:
*[https://github.com/yyoossk yyoossk] (Japanese translation)
*[https://github.com/yyoossk yyoossk] (Japanese translation)
*[https://github.com/theheroGAC theheroGAC] (Italian translation)
*[https://github.com/theheroGAC theheroGAC] (Italian translation)
*[https://github.com/chronoss09 chronoss09] (French translation)
*[https://github.com/limonetas limonetas] (Spanish translation)
*[https://github.com/MayanKoyote MayanKoyote] (Russian translation)
*And the developers of all open source projects used in this project
*And the developers of all open source projects used in this project



Revision as of 01:50, 14 June 2025

Emu4Vita Plus
General
Authornoword
TypeOther Emulators
Version0.37
LicenseMixed
Last Updated2025/06/09
Links
Download
Website
Source

Emu4Vita++ is an emulator frontend for the PlayStation Vita, based on the Libretro API.

User guide

Supported cores

Arcade:

NES:

SNES:

MD:

GBC:

GBA:

PCE:

PS1:

NEOCD:

WSC:

NGP:

DOS:

Atari 2600:

Atari 5200:

Atari 7800:

Vectrex:

Amiga:

ZX Spectrum:

PC98:

MSX:

Related path

  • Preview images - The program will automatically search for a JPG or PNG file with the same name as the ROM in the .previews directory within the ROM folder. If none is found, it will look for screenshots of save states.
  • Cheats - The program will sequentially search for a .cht file with the same name in the following locations:
    • the ROM directory,
    • the .cheats subdirectory in the ROM folder,
    • or ux0:/data/EMU4VITAPLUS/[core]/cheats. It will use the first file it finds.
  • Save files - ux0:/data/EMU4VITAPLUS/[core]/savefiles
  • BIOS - ux0:/data/EMU4VITAPLUS/system (Please copy the corresponding BIOS files into this directory.)

Compatible with RetroArch romset

Emu4Vita++ will try to read .lpl files in the following directories:

  • ux0:data/EMU4VITAPLUS/playlists
  • 'playlist_directory' item in ux0:data/retroarch/retroarch.cfg
  • ux0:data/retroarch/playlists

Use the label and path information in lpl to display the rom name and thumbnail.

Screenshots

Emu4VitaPlus-01.png

Emu4VitaPlus-02.png

Emu4VitaPlus-03.png

Changelog

v0.37

  • Fix individual configurations issue.

v0.36

  • Fix bugs.

v0.35

  • Process input in a separate thread.
  • Re-add mame2000.

v0.34

  • Fix bugs.

v0.33

  • v0.30 the plan to compile the cores into dynamic libraries failed, rollback to old mode.
  • Fix bugs.

v0.32

  • Fix bugs.

v0.31

  • Fix bugs.

v0.30

  • Compile the cores as dynamic libraries, reduced the size of VPK by about 33%.
  • Enables saving settings for each game.
  • Auto-rotation can be disabled for vertical games.
  • Fix bugs.

v0.29

  • Fix bugs.

v0.28

  • Add Russian support.
  • Show date and size in brower and favorite tab.

v0.27

  • Remove mgba.
  • Display a message if a new version is detected.
  • Icons that are not of interest can now be hidden.

v0.26

  • Add two languages: French(UI only) and Spanish.
  • Virtual keyboards for home computer emulators, such as dos-pure/np2kai/vice ...
    • ps + enter: popup keyboard.
    • ps + right stick up: move keyboard up.
    • ps + right stick down: move keyboard down.

v0.25

  • Add two cores: vice, px68k.
  • Display console introduction information(from Wikpedia) on the arch.
  • Fix bugs.

v0.24

  • Add two cores: vice, px68k.
  • Display console introduction information(from Wikpedia) on the arch.
  • Fix bugs.

v0.23

  • Add Italian support.
  • Add a core Np2kai (PC98).
  • Fix bugs.

v0.22

  • Fix bugs
  • Support m3u file (swap disk).
  • Speed up/down step can be set.
  • Displays a warning message if certain BIOS files are missing at boot time.
  • Remove mame2000.

v0.21

  • Add Japanese support.
  • Add 3 cores, PC98: nekop2, MSX: fMSX, blueMSX.
  • Remove dos_svn.
  • Allow speed up to 3x.
  • Add 3 new overlays.
  • Fix bugs.

v0.20

  • Fix bugs.
  • Update Chinese translation.

v0.19

  • Fix bugs.
  • Can pause and view the log, when the boot rom fails.

v0.18

  • Fix bugs.

v0.17

  • Fix a time count bug, it cause the cracking sound.

v0.16

  • Add 3 gb-palette shader.
  • Add a new core tgbdual.

v0.15

  • Support RetroArch rzip srm file.
  • Fix bugs.

v0.14

  • Add a new shader: crt-mattias.
  • Fix vba-next speed issue.
  • Fix preview issuse in v0.13.

v0.13

v0.12

  • Add three cores: supafaust, fbneo extreme, mame2003 extreme.
  • Fix bugs.

v0.11

  • Add two core: fuse and neocd.
  • Improve browser.
  • Fix bugs.

v0.10

  • fix bugs.

v0.09

  • File manage feature, can copy/cut/delete/rename files in browser now.
  • Add two cores: uae4arm and vecx.

v0.08

  • Fix bugs.
  • Show game name in brower, if it's in DB.
  • Show icons with 2 rows in arch.
  • Search in browser.
  • Release standalone vpk.

v0.07

  • Fix UI bugs.

v0.06

  • Increase the main stack size, many of the crash are caused by this.
  • Show a icon when selecting the device port.

v0.05

  • fix dosbox-pure hang issue when it exit.
  • support pointer input.

v0.04

  • Support light gun & mouse, you can't play hunt duck of NES with touch screen now (set zapper on device port 1).
  • Dosbox-pure roll back to 0.20.
  • Fix bugs.

v0.03

  • Updated a lot of things.

v0.01

  • First Release.

Credits

Special Thanks:

External links

Advertising: