This is a wrapper/port of Baldur's Gate: Dark Alliance for the PS Vita.
The port works by loading the official Android ARMv7 executable in memory, resolving its imports with native functions and patching it in order to properly run. By doing so, it's basically as if we emulate a minimalist Android environment in which we run natively the executable as it is.
Requirements:
- libshacccg.suprx
- kubridge.skprx
- Game Data Files: Android
| Name |
Version |
Released |
Hits |
DL Link |
QR |
| Baldur s Gate: Dark Alliance |
v1.06 |
02/28/26 |
159 |
Download |
QR |
Changelog (v.1.06):
Substantially improved video playback performance by passing YUV data directly to GXM, avoiding CPU color space conversion.
Added playstation button icons and PS Vita diagram in control settings screen. Notes:
This works by automatically patching the original game files when the game starts. The game creates automatic backups of files before applying patches (e.g., config.lmp.backup). Backups are only created once and won't be overwritten. The patching code was written with the help of AI tools.
This was achieved in part thanks to the cool BGDA Explorer tool for PS2 by Bryce Barbara. The tool was adapted to work with the Xbox texture format and modified to support importing new textures. I will share the modified fork of BGDA Explorer in the future.
Eliminated periodic framerate stutter every 3-4 seconds. Moved Vorbis audio decoding to a background thread on CPU core 2. Uses a custom fork of libvorbis with a lock-free ring buffer that pre-fills decoded PCM data so ov_read() returns instantly via memcpy. Included as a submodule at lib/libvorbis and built automatically by the build script. Note: The code for this custom fork was written with the help of AI tools, by creating tests to ensure the original libvorbis and the threaded version behave exactly the same for this game's use case.
| Name |
Version |
Released |
Hits |
DL Link |
QR |
| Baldur s Gate: Dark Alliance |
v1.05 |
01/21/26 |
121 |
Download |
QR |
| Baldur s Gate: Dark Alliance |
v1.03 |
01/04/26 |
96 |
Download |
QR |
| Baldur s Gate: Dark Alliance |
v1.01 |
01/03/26 |
79 |
Download |
QR |