Changes

Jump to navigation Jump to search

PlayStation Vita emulators

11,413 bytes added, 27 March
Emulators
|title = PlayStation Vita
|logo = Vita.png
|imagecaption=PS Vita (PCH-1000)
|developer = [[:Sony]]
|type = [[:Category:Handheld consoles|Handheld game console]]
{{for|other emulators that run on PS Vita hardware|Emulators on Vita}}
The '''PlayStation Vita''' ('''PS Vita''') is an eighth-generation handheld game console by Sony Interactive Entertainment, released in Japan on December 17, 2011, and in North America on February 15, 2012and retailed for {{Inflation|USD|249|2012}}. It had a quad-core ARM Cortex-A9 MPCore at 333 MHz (Boosted to 494 499 MHz when Wi-Fi is deactivatedoverclocked) with one of its cores reserved for the OS, 512 MB of RAM, 128 MB of VRAM, and a quad-core PowerVR SGX543MP4+ GPU, which can push 133 million polygons onto the screen every second at a clock speed of 200 166 MHz, and a custom sound and image processor called Venezia. It also features most of the [[PlayStation Portable emulators|PSP]] hardware, but it's been officially used only for backwards compatibility purposes.
==Emulators==
<div style="overflow-x:auto;width:100%">{| class="wikitable" style="text-align:center;width:100%"
! scope="col"|Name
! scope="col"|Platform(s)
! scope="col"|Latest <br/>Version! scope="col"|[[#PlayStation TV|PlayStation TV]]! scope="col"|[[#Hardware_features|Hardware features]]! scope="col"|[[#Enhancements|Enhancements]]! scope="col"|Compatibility
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
! scope="col"|Active
! scope="col"|[[Recommended Emulators|Recommended]]
|-
! colspan="610"|PC / x86
|-
|[[Vita3K]]
|align=left|{{Icon|Windows|Linux|macOS}}
|[https://github.com/Vita3K/Vita3K/releases git]
|{{✓}}
|{{~}}
|{{~}}
|[https://vita3k.org/compatibility.html?lang=en 57%<br/><small>1177 out of 2082 reported titles</small>]
|{{✓}}
|{{✓}}
|{{✓}}
|-
! colspan="710"|Mobile / ARM
|-
|[[Vita3K]]
|align=left|{{Icon|Android}}
|[https://github.com/Vita3K/Vita3K-Android/releases git0.1.9-9]
|{{✓}}
|{{~}}
|{{~}}
|[https://vita3k.org/compatibility.html?lang=en 57%<br/><small>1177 out of 2082 reported titles</small>]
|{{✗}}
|{{✓}}
|{{✓}}
|}
</div>
 
;[[Vita3K]]
:Vita3K, an open-source PS Vita emulator, has seen significant advancements in recent years, particularly in game compatibility. It is the best and only Vita emulator for PC and Android currently.
 
;[[RPCS3]]
The RPCS3 developers once considered adding Vita emulation support, going as far as displaying a simple 'Hello world' and a basic atomic test sample.<ref name="emunewz">{{cite web|url=http://www.emunewz.net/forum/showthread.php?tid=164933|title=PS Vita emulation progress|publisher=emunewz|accessdate=2018-04-04|date=2014-11-02}}</ref> However, Vita development was completely halted since then and focused exclusively on [[PlayStation 3 emulators|PS3]] emulation down to the website's branding. A Patreon post admitting as much asked users whether they are still interested in Vita emulation. Significant further developments on Vita coming from RPCS3 aren't very likely considering the general lack of developer interest, and those like frangarcj, who went on to join Vita3K. The RPCS3 project has since removed Vita support from the codebase.<ref name="GitHub">{{cite web|url=https://github.com/RPCS3/rpcs3/pull/4160|title=Remove Vita emulation (Nekotekina)|publisher=GitHub|accessdate=2018-04-04|date=2018-02-09}}</ref>
 
==Enhancements==
<div style="overflow-x:auto;width:100%">
{|class="wikitable" style="text-align:center;vertical-align:middle;width:100%"
|- style="font-weight:bold;"
! colspan=2 | Name
! Vita3K
|-
| rowspan=7 | Graphics
| [[Resolution|Resizable Internal Resolution]]
| {{Y}}
|-
| [[Widescreen_hacks|Ultrawide hack]]<br/><small>Widescreen already supported on PSVita system.<br/>But there is no support by system for render games in other ratios such as ultrawide 21:9 or super ultrawide 32:9.</small>
| {{N}}
|-
| [[Texture_packs#PlayStation_Vita|Texture Replacement]]
| {{Y}}[https://github.com/Vita3K/Vita3K/pull/3009 *]
|-
| Ray-tracing<br/><small>([https://devblogs.microsoft.com/directx/announcing-microsoft-directx-raytracing/ DXR], [https://www.khronos.org/blog/ray-tracing-in-vulkan VRT] and [https://developer.apple.com/documentation/metal/metal_sample_code_library/accelerating_ray_tracing_using_metal MRT])</small>
| colspan=1 | <small>Implementing ray-tracing in an emulator is unfortunately quite challenging and unlikely to be feasible in the near future.<br/>However you can try "[[Shaders_and_filters#Notable_ReShade_shaders|Screen-Space Ray Traced Global Illumination]]" shader using ReShade.</small>
|-
| Pre-rendering AA<br/><small>(MSAA, SSAA)</small>
| {{N}}
|-
| Super-resolution techniques<br/><small>([https://github.com/NVIDIAGameWorks/Streamline/blob/main/docs/ProgrammingGuideDLSS.md DLSS], XeSS and [[Wikipedia:GPUOpen#FidelityFX_Super_Resolution|FSR 2+]])</small>
| colspan=2 | <small>Requires access to the depth buffer and temporal data like motion-vectors so it's quite challenging and unlikely to be feasible in the near future.<br/>Besides any GPU that can use DLSS can run Vita3K at 4k native with ease anyway.</small>
|-
| [https://github.com/NVIDIAGameWorks/rtx-remix/wiki RTX Remix]
| colspan=4 | <small>Implementing RTX Remix technology in an emulator is unfortunately quite challenging and unlikely to be feasible in the near future.</small>
|-
| rowspan=5 | Performance
| [[Overclocking|Overclock]]
| {{N}}
|-
| [[30/60_FPS_cheat_codes#PlayStation_Vita|Internal Framerate Hack]]
| {{Y}}[https://github.com/Vita3K/Vita3K/pull/3189 *]
|-
| [https://blurbusters.com/frame-generation-essentials-interpolation-extrapolation-and-reprojection/ Frame generation technologies]<br/><small>([https://store.steampowered.com/app/993090/Lossless_Scaling/ LSFG], [https://github.com/NVIDIAGameWorks/Streamline/blob/main/docs/ProgrammingGuideDLSS_G.md DLSS-G], [https://www.techpowerup.com/316835/extrass-framework-paper-details-intels-take-on-frame-generation ExtraSS] and [https://community.amd.com/t5/gaming/amd-fluid-motion-frames-is-out-now-on-amd-radeon-rx-7000-series/ba-p/634372 AFMF])</small>
| colspan=2 | <small>Implementing frame generation technology in an emulator is unfortunately quite challenging and unlikely to be feasible in the near future, however post-processing techniques such as [[Wikipedia:Motion_interpolation|motion interpolation]] is quite possible. [[Input_lag|Input latency]] will be a crucial factor, but its impact likely varies depending on the specific technique employed, it's recommended to use '''after applying the "Internal Framerate Hack"'''.<br/>While '''AFMF''' or '''LSFG''' could be used with Vita3K?, please be aware that some visual glitches and artifacts may occur at this time.
|-
| Rendering latency reduction technologies<br/><small>([https://github.com/ishitatsuyuki/LatencyFleX LatencyFleX], [https://developer.nvidia.com/performance-rendering-tools/reflex Reflex] and [https://www.amd.com/en/products/software/adrenalin/radeon-software-anti-lag.html Anti-Lag'''+'''])
| colspan=4 | <small>While most emulators offer frame pacing or framebuffer latency control options, implementing rendering latency reduction technologies isn't currently feasible. This is '''likely''' doesn't offer enough benefit to justify the development effort.</small>
|-
| Preload [[Wikipedia:ROM_image|ROM image]] to RAM<br/><small>For users with sluggish multi-platter HDDs or plagued by horrible seek times, this enhancement '''might''' offer smoother experience, potentially reduced power consumption; it also shines when images reside on a network drive.<br/>Although keep in mind that preloading image would take some time, and it will require additional amount of RAM capacity.</small>
| {{N}}
|-
| rowspan=6 | Post-Processing
| [[Wikipedia:Category:Anti-aliasing_algorithms|Post-rendering AA]]<br/><small>(FXAA, TXAA and MLAA/SMAA)</small>
| {{Y}}
|-
| [[Wikipedia:Comparison_gallery_of_image_scaling_algorithms|Post-rendering scaling]]<br/><small>(Sharp bilinear, Lanczos and [[Wikipedia:GPUOpen#FidelityFX_Super_Resolution|FSR 1]])</small>
| {{Y}}
|-
| [[Shaders_and_filters|Filters]]
| {{N}}
|-
|[[Shaders_and_filters#AI-powered filters|AI-powered filter compatible]]<br/><small>([https://www.nvidia.com/en-us/geforce/news/gfecnt/nvidia-freestyle-ansel-enhancements-geforce-experience-article/ Freestyle])</small>
| {{?}}
|-
| [[Shader_Presets|Shader Chain]]
| {{N}}
|-
|[[High_dynamic_range#Inverse_tone_mapping|Inverse tone mapping compatible]]
| {{?}}
|-
| rowspan=5 | [https://tasvideos.org/Emulatorresources/Features TAS features]
| [[Wikipedia:Macro_(computer_science)|Macros/Scripts]]/[https://tasvideos.org/LuaScripting Lua]
| {{N}}
|-
| Rewind
| {{N}}
|-
| Fast-Forward/Turbo Speed
| {{N}}
|-
| Savestates
| {{N}}[https://github.com/Vita3K/Vita3K/issues/2494 *]
|-
| [https://tasvideos.org/Movies Movie recording/playback]
| {{N}}
|-
| rowspan=2 | Controls
| [[Controllers#Mouse_Injectors_for_Emulators|Mouse Injector Compatible]]
| {{N}}
|-
| [[Input_lag|Input lag-mitigating technique]]
| {{N}}
|-
| rowspan=7 | Quality of life
| Built-in [[Mods,_hacks_and_fan-translations#Built-in_graphics_mod_editor.2Fmanager_for_emulators|Graphics mod editor/manager]]
| {{✗}}
|-
| Built-in [[Cheats_and_patches|Cheat Manager]]
| {{N}}
|-
| [[Save_disk_space_for_ISOs#PlayStation_Vita|Streamable compression format]]
| {{N}}
|-
| Per-Game Profiles
| {{?}}
|-
| Command Line Options
| {{?}}
|-
| [[Wikipedia:Variable_refresh_rate|Variable Refresh Rate compatible]]
| {{?}}
|-
| [[Frontends#Graphical_User_Interfaces_.28GUIs.29|Big Picture Mode]]
| {{N}}
|-
| rowspan=3 | Misc
| RetroAchievements
| {{N}}
|-
| [[Virtual_reality#VR_game_room_simulations|EmuVR support]]
| colspan=2 | Exclusive to [https://www.emuvr.net/wiki/Installation_Guide#Downloads libretro cores]. So there is no support at the moment.
|-
| [[Wikipedia:Category:Debugging|Debug Features]]
| {{N}}
|}
</div>
 
==Hardware features==
<div style="overflow-x:auto;width:100%">
{|class="wikitable" style="text-align:center;vertical-align:middle;width:100%"
|- style="font-weight:bold;"
! colspan=2 | Name
! Vita3K
|-
| colspan=2 | Front and Rear Cameras
| {{N}}
|-
!| colspan="9"2 | Microphone|Consoles{{N}}[https://github.com/Vita3K/Vita3K/issues/2322#issuecomment-1463401422 *]
|-
|rowspan=4 | Controls| Motion Sensor| {{N}}[https://github.com/xerpiVita3K/Vita3K/issues/vita2hos Vita2hos2354 *]|align-| Touchscreen| {{Y}}|-| Multi-Touch| {{~}}<ref group=leftN>[https://github.com/Vita3K/Vita3K/issues/2653 There is no multi-touch feature support for PC currently]. [https://github.com/Vita3K/Vita3K/issues/2711 Steam Deck support this feature but it has issues at the moment]. Multi-touch feature was implemented with this [https://github.com/Vita3K/Vita3K/pull/501 pull request].</ref>|-| Rear Touch Pad| {{TBD}}|-| rowspan=7 | Communication| [[#PS3_communication|PS3 Communication]]|{{IconN}}|-| PS4 Communication|Switch{{N}}|-| [[PlayStation Network]]| {{N}}[https://github.com/xerpiVita3K/Vita3K/issues/vita2hos2812 *]|-| Ad-Hoc| {{N}}[https:/releases/taggithub.com/Vita3K/Vita3K/issues/alpha2228 *]|-0| Infrastructure| {{N}}[https://github.3 Alpha 0.3com/Vita3K/Vita3K/issues/2228 *]|-| GPS| {{TBD}}|-| Location Data Acqusition Service| {{TBD}}|-| rowspan=5 | [[Wikipedia:PlayStation_Vita_system_software|System Software]]| [[#LiveArea_and_apps|LiveArea and apps]]|{{~}}|-|[[PlayStation Mobile]]|{{N}}|-|[[#Trophies|Trophies]]| WIP|-| [[Official_emulators#Emulators_on_Vita|<abbr title="PlayStation backwards compatibility (PS1 emulator for Vita)">PlayStation emulation</abbr>]]<br/>(for [[Wikipedia:Lists_of_PS_one_Classics|PSOne Classics]]<abbr title="Not to be confused with PlayStation Classic">*</abbr>)|{{N}}
|-
| [[Official_emulators#Emulators_on_Vita|PSP emulation]] for [[Wikipedia:List_of_downloadable_PlayStation_Portable_games#PSP_games|Digital PSP titles]]<br/>(incl. [[Wikipedia:List_of_PlayStation_minis|<abbr title="POPS-Vita used for PSP Minis and PSP remasters">PSP Minis</abbr>]] and [[Wikipedia:High-definition_remasters_for_PlayStation_consoles#PlayStation_Vita|<abbr title="POPS-Vita used for PSP Minis and PSP remasters">PSP Remasters</abbr>]])
| {{N}}
|}
</div>
<references group=N />
;[[Vita3K]] <small class="plainlinks" style="font-weight=LiveArea and apps===:normal;">([https://vita3kwww.orgpsdevwiki.com/compatibility.html?lang=en compatibilityvita/ psdevwiki: PlayStation Vita system software section])</small>:While it isn't nearly as compatible as [[RPCS3Wikipedia:List_of_PlayStation_applications|Wikipedia: List of PlayStation applications]] LiveArea is for PlayStation 3, it still has made immense progress compared to the earlier days, when development was slow and seemed like it wasn't really going anywherea graphical user interface developed by Sony Computer Entertainment. 462 (39%) out of 1174 tested titles that You can be played launch various applications from start to finish with playable performance and no game breaking glitches. This is the best and only Vita emulator for PC and Androidthis interface as well.
;Vita2hos*Vita3K has [https:An early compatibility layer //github.com/Vita3K/Vita3K/pull/2826 pull request] for Nintendo Switch that runs PlayStation Vita applications natively. Only able to load simple test homebrews such as vita-8 as of December 2022this feature at the moment.
===[[RPCS3]]Trophies===:[https://psnprofiles.com/trophies?platform=psvita PSNProfiles: PlayStation Vita Trophies]Trophies are PlayStation Network awards presented to players for completing specific tasks in a game. The RPCS3 developers once considered adding feature is present in most PlayStation 3 games, and all PlayStation Vita emulation support, going as far as displaying a simple 'Hello world' PlayStation 4 and a basic atomic test samplePlayStation 5 games.<ref name="emunewz">{{cite web|url=http[https://wwwplaystation.emunewzfandom.netcom/forumwiki/showthread.php?tid=164933|title=PS Vita emulation progress|publisher=emunewz|accessdate=2018-04-04|date=2014-11-02}}</ref> However, Vita development was completely halted since then and focused exclusively on Trophies] Trophies shouldn't be confused with [[PlayStation 3 emulators#Enhancements|PS3RetroAchievements]] emulation down to . *Vita3K has partially supports Trophies at the website's brandingmoment. See [https://github.com/Vita3K/Vita3K/tree/master/vita3k/modules/SceNpTrophy SceNpTrophy.cpp] for current situation. A Patreon post admitting as much asked users whether they are still interested Also Vita3K has built-in Vita emulationmanager for Trophies (Using Vita3K GUI-Trophy Collection application). Significant further developments on Vita coming from RPCS3 aren ===PS3 communication===Remote play (via the PS3 system't very likely considering the general lack of developer interests wireless LAN), and those like frangarcj, who went copying games to play on a PSVita system that can be played on to join Vita3Keither PS3 or PSVita systems etc.<ref>[https://manuals.playstation. The RPCS3 project has since removed Vita support from the codebasenet/document/gb/psvita/remoteplay/index.html PS3 Remote Play with PSVita]</ref><ref name="GitHub">{{cite web|url=[https://githubmanuals.playstation.comnet/document/en/RPCS3ps3/rpcs3current/pullsettings/4160connectvita.html Connect PS Vita System Using Network]</ref> ==PlayStation TV=={{Infobox console|title=Remove Vita emulation (Nekotekina)PlayStation TV|logo = PlayStation-TV-FL.jpg|developer = [[:Sony]]|publishertype =GitHub[[:Category:Microconsoles|accessdateMicroconsole]]|generation =2018[[:Category:Eighth-04-04generation video game consoles|Eighth generation]]|release = November 2013 (Japan)<br> October 2014 (North America)|discontinued = 2016|dateemulated =2018-02-09{{✓}}}}</ref>The '''PlayStation TV''' ('''PSTV''') was a microconsole released by Sony in 2013 that essentially served as a home console version of the PlayStation Vita handheld gaming device. It allowed users to play a large library of PlayStation Vita games on their TVs. In addition to playing Vita games, the PlayStation TV offered remote play functionality, enabling users to stream games from their PS4 consoles to their TVs. While the PlayStation TV was initially marketed as a companion device to the Vita, it was discontinued in 2016.
==References==
[[Category:Consoles]]
[[Category:Handheld consoles]]
[[Category:Very early emulationMicroconsoles]]
[[Category:Sony consoles]]
[[Category:Eighth-generation video game consoles]]
[[Category:PlayStation Vita emulators|*]]
[[Category:BSD-based]]
[[Category:ARM-based]]
10,792
edits

Navigation menu