More actions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 4: | Line 4: | ||
|description=An experimental NDS Emulator for ARM32/PS Vita. | |description=An experimental NDS Emulator for ARM32/PS Vita. | ||
|author=Grarak | |author=Grarak | ||
|lastupdated=2024/ | |lastupdated=2024/07/31 | ||
|type=Handheld | |type=Handheld | ||
|version=0. | |version=0.2.0-alpha | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/DSVita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/DSVita.7z | ||
Line 39: | Line 39: | ||
Create the folder ux0:dsvita and put your roms there. | Create the folder ux0:dsvita and put your roms there. | ||
==Screenshots== | |||
https://dlhb.gamebrew.org/vitahomebrews/DSVita-01.png | |||
https://dlhb.gamebrew.org/vitahomebrews/DSVita-02.png | |||
https://dlhb.gamebrew.org/vitahomebrews/DSVita-03.png | |||
https://dlhb.gamebrew.org/vitahomebrews/DSVita-04.png | |||
==Media== | |||
'''DSVita Ace Attorney''' ([https://www.youtube.com/watch?v=qIdUFbej4dc Willi Ye]) <br> | |||
<youtube width=""640"">qIdUFbej4dc</youtube> | |||
==Changelog== | ==Changelog== | ||
'''v0.2.0-alpha''' | |||
* Basic 3D rendering (still very broken). | |||
* Display emulation stats on top right of screen. | |||
'''v0.1.0-alpha''' | '''v0.1.0-alpha''' | ||
* First Release. | * First Release. |
Revision as of 03:24, 4 August 2024
DSVita | |
---|---|
General | |
Author | Grarak |
Type | Handheld |
Version | 0.2.0-alpha |
License | GPL-3.0 |
Last Updated | 2024/07/31 |
Links | |
Download | |
Website | |
Source | |
A very early experimental version of DS console emulator for ARM32/PS Vita.
Currently this runs some games, however following things are missing:
- No 3D:
- Some games rely on 3D states (such as Pokemon Diamond), they will get stuck at titlescreen.
- No saves.
- Incomplete 2D rendering:
- No alpha blending.
- Will crash on unimplemented draw modes.
- ARM7 HLE will not work with most games:
- Disable it if certain games don't boot further.
Installation
Downoload the latest vpk from releases and install it through VitaShell.
Install libshacccg.suprx, follow this guide.
It's recommend overclock your Vita, by default they are unchanged.
Create the folder ux0:dsvita and put your roms there.
Screenshots
Media
DSVita Ace Attorney (Willi Ye)
Changelog
v0.2.0-alpha
- Basic 3D rendering (still very broken).
- Display emulation stats on top right of screen.
v0.1.0-alpha
- First Release.
Credits
- NooDS was used as reference. A lot of code was taken from there.
- melonDS for ARM7 HLE implementation and jit optimizations.
- DesmumePSPExperimental for ARM7 HLE implementation.
- pokediamond for ARM7 HLE implementation.
- DSHBA Copied some PPU hardware acceleration implementation (Thanks for xiro28 linking me the repo)
- vitaGL 2D hardware acceleration wouldn't be possible without it
- Tonc GBA PPU documentation
- GBATEK GBA/NDS documentation
- @TheIronUniverse for livearea assets