PSNES Vita: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Vita Homebrew Emulators (Console) - GameBrew! |title_mode=append |image=psnesvita.jpg |image_alt=pSNES }} {{Infobox Vita Homebrews |title=pSNES |image=psnesvita...")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Vita Homebrew Emulators (Console) - GameBrew!
|title_mode=append
|image=psnesvita.jpg
|image_alt=pSNES
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=pSNES
|title=pSNES: Portable Snes9x
|image=psnesvita.jpg
|image=psnesvita2.png
|description=SNES emulator for PSVITA.
|description=SNES emulator for PS Vita.
|author=cpasjuste
|author=Cpasjuste
|lastupdated=2022/08/30
|lastupdated=2023/09/11
|type=Console
|type=Console
|version=6.6
|version=6.7.1
|license=Mixed
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/vitahomebrews/psnesvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/psnesvita.7z
|website=
|website=https://github.com/Cpasjuste/pemu/tree/master/psnes
|source=https://github.com/Cpasjuste/pemu/tree/master/psnes
|source=https://github.com/Cpasjuste/pemu/releases/
|donation=https://ko-fi.com/cpasjuste
}}
{{#seo:
|title=Vita Homebrew Emulators (Console) - GameBrew
|title_mode=append
|image=psnesvita2.png
|image_alt=pSNES: Portable Snes9x
}}
}}
SNES emulator for PSVITA.
pSNES: Portable Snes9x is a SNES emulator, multiplatform port of snes9x emulator.
 
The main goals of this [https://github.com/snes9xgit/snes9x snes9x] port are:
* Have a basic but user friendly user interface on non windows devices
* Use a recent rendering interface for speed and effects support
* Cross-platform and code portability
* Easy updates of snes9x core (no modifications to the original sources)
 
==Features==
*Support save states.
*Support cheats (put a "rom_name.cht" file with game genie codes in cheat folder).
*Support 2x, 3x, fit, fit 4/3 and fullscreen hardware linear scaling.
*Support shaders effects.
 
==Installation==
Copy psnes directory to ux0:/data/ directory on sdcard.
 
Copy roms to ux0:data/psnes/roms/ directory on sdcard.


'''More Description Coming Soon'''
The pSNES database is built against the no-intro romset "Nintendo - Super Nintendo Entertainment System (2017-05-29).zip".


https://vitadb.rinnegatamante.it/#/info/546
==User guide==
=== Preview images ===
pSNES support preview images, put png files to ux0:data/psnes/roms/media/mixrbv2/.


==Media==
You can download a near fullset mixrbv2 and video package [https://github.com/Cpasjuste/pemu/tree/master/psnes#preview-images-and-videos here].
<youtube>RIaJHh60hQY</youtube>


=== Cheat format ===
Example for "Super Mario World (USA).cht" game genie codes
cheat
  name: UnlimitedJumps
  code: 3E2C-AF6F
  enable
cheat
  name: 99Lives
  code: 14B4-6F07
  enable


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/psnesvita3.png
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/psnesvita4.png
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-03.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-04.jpg
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-05.jpg
'''v.6.7.1'''
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-06.jpg
* common: cleanup media loading code
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-07.jpg
* common: add unknown files even if it doesn't exist in gamelist.xml
https://dlhb.gamebrew.org/vitahomebrews/psnesvita-08.jpg
* common: change menus items position
* common: fix games paths starting with ./
* common: fix medias paths with recalbox gamelist.xml format
* common: add ability to use custom gamelist.xml file in roms folders, overriding embedded (romfs) gamelist.xml
* common: add SHOW_AVAILABLE menu option to hide missing files/roms/systems from gamelist (restart required)
* ui: better handling of auto screen resolution
* ui: add font scaling option
* ui: add aspect ratio option
* ui: do not show extensions in rom list
* skins: fix start and select buttons size
* skins: fix option menu title position
* skins: remove big skin (font scaling and aspect ratio options should be enough now)
* skins: add config.cfg.override and config.cfg.override.43 support
* skins: allow/fix skin override from data directory
* pnes: bump nestopia to 1.52.0
* pnes: fix data paths (nestopia saves, etc...)
* pfbneo: bump fbneo to latest git revision
* pgen: bump Genesis-Plus-GX to latest git revision (c3f02f9c9059e7f4898dd73feac57ef610e22db0)
* pgen: fix vita audio crackling (fps drops)
* psnes: bump to latest git revision (153965e5f2fbb0b638868ac3fa89ff8b0363d22c)
* vita, 3ds, windows: fix compilation
* vita: enable cps3 driver back (OPTION_LIGHT)
* vita: fix app version in sfo creation
* switch(pnes): invert A/B buttons by default
* switch: force 720p resolution
 
'''v.6.6'''
*pfbn: support latest fbneo core (25f8e93).
*pfbn: fix memory leak on stop.
*pfbn: fix default dip switch values (fix red hearth, some megadrive games...)
*common: fix adding favorites in some cases.
*common: revert roms paths to default if not available.
*pnes/vita: should fix zip loading.
*android: add android support (wip).
 
Full list of changes can be found [https://github.com/Cpasjuste/pemu/releases here].
 
==Credits==
Thanks:
* ScHlAuChi.
* devkitPro and libnx people: yellows8, plutoo, profi200, WntrMute ....
* ScHlAuChi again.
 
== External links ==
== External links ==
* Official Website -
* GitHub - https://github.com/Cpasjuste/pemu/tree/master/psnes
* Gbatemp -
* GBAtemp - https://gbatemp.net/threads/psnes-a-snes9x-port-for-the-ps-vita.509360/
* Github -
* VitaDB - https://vitadb.rinnegatamante.it/#/info/546
* Google Source -
 
[[Category:Support the author]]

Latest revision as of 02:31, 13 September 2023

pSNES: Portable Snes9x
Psnesvita2.png
General
AuthorCpasjuste
TypeConsole
Version6.7.1
LicenseGPL-3.0
Last Updated2023/09/11
Links
Download
Website
Source
Support Author

pSNES: Portable Snes9x is a SNES emulator, multiplatform port of snes9x emulator.

The main goals of this snes9x port are:

  • Have a basic but user friendly user interface on non windows devices
  • Use a recent rendering interface for speed and effects support
  • Cross-platform and code portability
  • Easy updates of snes9x core (no modifications to the original sources)

Features

  • Support save states.
  • Support cheats (put a "rom_name.cht" file with game genie codes in cheat folder).
  • Support 2x, 3x, fit, fit 4/3 and fullscreen hardware linear scaling.
  • Support shaders effects.

Installation

Copy psnes directory to ux0:/data/ directory on sdcard.

Copy roms to ux0:data/psnes/roms/ directory on sdcard.

The pSNES database is built against the no-intro romset "Nintendo - Super Nintendo Entertainment System (2017-05-29).zip".

User guide

Preview images

pSNES support preview images, put png files to ux0:data/psnes/roms/media/mixrbv2/.

You can download a near fullset mixrbv2 and video package here.

Cheat format

Example for "Super Mario World (USA).cht" game genie codes

cheat
  name: UnlimitedJumps
  code: 3E2C-AF6F
  enable

cheat
  name: 99Lives
  code: 14B4-6F07
  enable

Screenshots

psnesvita3.pngpsnesvita4.png

Changelog

v.6.7.1

  • common: cleanup media loading code
  • common: add unknown files even if it doesn't exist in gamelist.xml
  • common: change menus items position
  • common: fix games paths starting with ./
  • common: fix medias paths with recalbox gamelist.xml format
  • common: add ability to use custom gamelist.xml file in roms folders, overriding embedded (romfs) gamelist.xml
  • common: add SHOW_AVAILABLE menu option to hide missing files/roms/systems from gamelist (restart required)
  • ui: better handling of auto screen resolution
  • ui: add font scaling option
  • ui: add aspect ratio option
  • ui: do not show extensions in rom list
  • skins: fix start and select buttons size
  • skins: fix option menu title position
  • skins: remove big skin (font scaling and aspect ratio options should be enough now)
  • skins: add config.cfg.override and config.cfg.override.43 support
  • skins: allow/fix skin override from data directory
  • pnes: bump nestopia to 1.52.0
  • pnes: fix data paths (nestopia saves, etc...)
  • pfbneo: bump fbneo to latest git revision
  • pgen: bump Genesis-Plus-GX to latest git revision (c3f02f9c9059e7f4898dd73feac57ef610e22db0)
  • pgen: fix vita audio crackling (fps drops)
  • psnes: bump to latest git revision (153965e5f2fbb0b638868ac3fa89ff8b0363d22c)
  • vita, 3ds, windows: fix compilation
  • vita: enable cps3 driver back (OPTION_LIGHT)
  • vita: fix app version in sfo creation
  • switch(pnes): invert A/B buttons by default
  • switch: force 720p resolution

v.6.6

  • pfbn: support latest fbneo core (25f8e93).
  • pfbn: fix memory leak on stop.
  • pfbn: fix default dip switch values (fix red hearth, some megadrive games...)
  • common: fix adding favorites in some cases.
  • common: revert roms paths to default if not available.
  • pnes/vita: should fix zip loading.
  • android: add android support (wip).

Full list of changes can be found here.

Credits

Thanks:

  • ScHlAuChi.
  • devkitPro and libnx people: yellows8, plutoo, profi200, WntrMute ....
  • ScHlAuChi again.

External links

Advertising: