The previous fix (a93e009a) changed the inner do-while loop into a
while-at-top loop, checking exit conditions before the first
execution. But those conditions (res, hit_breakpoint, etc.) only
make sense after execution — checking them first caused the loop
to break immediately without executing any guest code (0 fps).
Restore do-while semantics: always execute at least once, then
check the loop condition under the mutex. The to_do read at the
top of each iteration (step vs run decision) and the exit
condition at the bottom are both protected by the mutex.
Also fix suspend() to hold the mutex before modifying to_do,
matching what resume() and exit_delete() already do.
Vita3K
Introduction
Vita3K is an experimental PlayStation Vita emulator for Windows, Linux, macOS and Android.
- Website (information for users)
- Wiki (information for developers)
- Discord server (recommended)
Compatibility
The emulator currently runs most homebrew programs and commercial games.
Gallery
| Persona 4 Golden by Atlus | A Rose in the Twilight by Nippon Ichi Software |
|---|---|
![]() |
![]() |
| Alone with You by Benjamin Rivers | VA-11 HALL-A by Sukeban Games |
|---|---|
![]() |
![]() |
| Fruit Ninja by Halfbrick Studios | Jetpack Joyride by Halfbrick Studios |
|---|---|
![]() |
![]() |
License
Vita3K is licensed under the GPLv2 license. This is largely dictated by external dependencies, most notably Unicorn.
Downloads
You can download the latest builds from here.
- Windows
- Requirements:
- Linux
- Arch based:
- vita3k-binAUR
- vita3k-gitAUR
- Requirements:
- xdg-desktop-portal
- Arch based:
- Android
- Others
Building
Please see building.md.
Running
Check our quickstart guide to make sure your computer meets the minimum requirements to run Vita3K.
Don't forget to have your graphics driver up to date and to install the Visual C++ 2015-2022 Redistributable if you are a Windows user.
Bugs and issues
The project is in an early stage, so please be mindful when opening new issues. Expect crashes, glitches, low compatibility and poor performance.
Thanks
Thanks go out to people who offered advice or otherwise made this project possible, such as Davee, korruptor, Rinnegatamante, ScHlAuChi, Simon Kilroy, TheFlow, xerpi, xyz, Yifan Lu and many others.
Donations
Thank you to the supporters and to all those who support us on our ko-fi.
- Among them, those who subscribed to the Nibble Tier and upper: j0hnnybrav0, Mored4u, TacoOblivion, Undeadbob and uplush
Note
The purpose of this emulator is not to enable illegal activity. You can dump games from a Vita by using NoNpDrm or FAGDec. You can get homebrew programs from VitaDB.
PlayStation, PlayStation Vita and PlayStation Network are all registered trademarks of Sony Interactive Entertainment Inc. This emulator is not related to or endorsed by Sony, or derived from confidential materials belonging to Sony.





