Toggle 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 25: Line 25:
Arcade:
Arcade:
* [https://gitee.com/yizhigai/libretro-fba-lite FinalBurn Lite]
* [https://gitee.com/yizhigai/libretro-fba-lite FinalBurn Lite]
* [https://github.com/libretro/fbalpha2012.git FinalBurn Alpha 2012]
* [https://github.com/libretro/fbalpha2012 FinalBurn Alpha 2012]
* [https://github.com/libretro/FBNeo.git FinalBurn Neo]
* [https://github.com/libretro/FBNeo FinalBurn Neo]
* [https://github.com/KMFDManic/FBNeo-Xtreme-Amped FinalBurn Neo Xtreme]
* [https://github.com/libretro/mame2000-libretro mame2000]
* [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]
* [https://github.com/KMFDManic/mame2003-xtreme mame2003 Xtreme]


NES:
NES:
Line 39: Line 41:
* [https://github.com/libretro/snes9x2005 Snes9x 2005]
* [https://github.com/libretro/snes9x2005 Snes9x 2005]
* [https://github.com/libretro/snes9x2010 Snes9x 2010]
* [https://github.com/libretro/snes9x2010 Snes9x 2010]
* [https://github.com/Rinnegatamante/supafaust Supafaust]
* [https://github.com/jamsilva/chimerasnes ChimeraSNES]


MD:
MD:
* [https://github.com/libretro/Genesis-Plus-GX Genesis Plus GX]
* [https://github.com/libretro/Genesis-Plus-GX Genesis Plus GX]
* [https://github.com/libretro/Genesis-Plus-GX-Wide.git Genesis Plus GX Wide]
* [https://github.com/libretro/Genesis-Plus-GX-Wide Genesis Plus GX Wide]
* [https://github.com/libretro/picodrive PicoDrive]
* [https://github.com/libretro/picodrive PicoDrive]


Line 59: Line 63:
PS1:
PS1:
* [https://github.com/libretro/pcsx_rearmed PCSX ReARMed]
* [https://github.com/libretro/pcsx_rearmed PCSX ReARMed]
NEOCD:
* [https://github.com/libretro/neocd_libretro NeoCD]


WSC:
WSC:
Line 66: Line 73:
* [https://github.com/libretro/beetle-ngp-libretro Mednafen NeoPop]
* [https://github.com/libretro/beetle-ngp-libretro Mednafen NeoPop]


DOS(under testing):
DOS(testing):
* [https://github.com/libretro/dosbox-svn DOS SVN]
* [https://github.com/libretro/dosbox-svn DOS SVN]
* [https://github.com/libretro/dosbox-pure DOS Pure]
* [https://github.com/libretro/dosbox-pure DOS Pure]
Atari 2600:
* [https://github.com/libretro/stella2014-libretro Stella 2014]
Atari 5200:
* [https://github.com/libretro/libretro-atari800 Atari800]
Atari 7800:
* [https://github.com/libretro/prosystem-libretro ProSystem]


Vectrex:
Vectrex:
Line 75: Line 91:
Amiga:
Amiga:
* [https://github.com/libretro/uae4arm-libretro uae4arm]
* [https://github.com/libretro/uae4arm-libretro uae4arm]
ZX Spectrum:
* [https://github.com/libretro/fuse-libretro fuse]


=== Related path ===
=== Related path ===
Line 82: Line 101:
** the <code>.cheats</code> subdirectory in the ROM folder,
** the <code>.cheats</code> subdirectory in the ROM folder,
** or <code>ux0:/data/EMU4VITAPLUS/[core]/cheats</code>. It will use the first file it finds.
** or <code>ux0:/data/EMU4VITAPLUS/[core]/cheats</code>. It will use the first file it finds.
*Overlays - The program reads overlays.ini from <code>ux0:/data/EMU4VITAPLUS/[core]/overlays</code>.
*Save states - <code>ux0:/data/EMU4VITAPLUS/[core]/savestates/[rom]</code>
*Save files - <code>ux0:/data/EMU4VITAPLUS/[core]/savefiles</code>
*Save files - <code>ux0:/data/EMU4VITAPLUS/[core]/savefiles</code>
*BIOS - <code>ux0:/data/EMU4VITAPLUS/system</code> (Please copy the corresponding BIOS files into this directory.)
*BIOS - <code>ux0:/data/EMU4VITAPLUS/system</code> (Please copy the corresponding BIOS files into this directory.)


=== Others ===
=== Compatible with [https://docs.libretro.com/guides/roms-playlists-thumbnails/ RetroArch romset] ===
FBNeo recommend settings:
Emu4Vita++ will try to read .lpl files in the following directories:
*Enable Cyclone
 
*Disable FM interpolation
* <code>ux0:data/EMU4VITAPLUS/playlists</code>
*Disable sampling interpolation
* 'playlist_directory' item in <code>ux0:data/retroarch/retroarch.cfg</code>
* <code>ux0:data/retroarch/playlists</code>


[https://github.com/noword/Emu4VitaPlus/blob/master/GRAPHICS.md Graphics.]
Use the label and path information in lpl to display the rom name and thumbnail.


==Screenshots==
==Screenshots==

Latest revision as of 05:11, 19 January 2025

Emu4Vita Plus
Emu4VitaPlus.png
General
Authornoword
TypeOther Emulators
Version0.15
LicenseMixed
Last Updated2025/01/18
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(testing):

Atari 2600:

Atari 5200:

Atari 7800:

Vectrex:

Amiga:

ZX Spectrum:

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.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: