Into the Breach Vita
More actions
| Into the Breach Vita | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Strategy |
| Version | 1.0 |
| License | N/A |
| Last Updated | 2025/07/23 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
This is a wrapper/port of Into the Breach for the PS Vita.
The port works by loading the official Android ARMv7 executables in memory, resolving their 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 executables as they are.
Requirements
- libshacccg.suprx
- libfmodstudio.suprx
- kubridge.skprx
- Game Data Files: Android
Notes
- Due to the nature of the executable, it is impossible to re-implement proper Netflix subscription check. Please do download and use this loader only if you own an active Netflix subscription.
- The loader has been tested with v.1.2.92 of the game.
Controls
The Android game lacks controller support but the code for it is fully in the executable, so i restored it and enabled in the Vita loader (including cool PS4 icons). L and R triggers are mapped to L2/R2 and the back touch is mapped to L1/R1. Touch controls are still usable.
Setup Instructions
- Install Kubridge Vita and FdFix Vita by copying
kubridge.skprxandfd_fix.skprxto your taiHEN plugins folder (usuallyux0:tai) and adding two entries to yourconfig.txtunder*KERNEL:
*KERNEL ux0:tai/kubridge.skprx ux0:tai/fd_fix.skprx
Note Don't install fd_fix.skprx if you're using rePatch plugin
- Optional: Install PSVshell Vita to overclock your device to 500Mhz.
- Install
libshacccg.suprx, if you don't have it already, by following this guide. - Extract
libfmodstudio.suprxfrom PCSE01188 or PCSE01426 following this guide. - Install the vpk from Release tab.
- Obtain your copy of Into the Breach legally for Android in form of an
.apkfile. - Open the apk with your zip explorer and extract the files
libmain.soandlibfreetype2.sofrom thelib/armeabi-v7afolder toux0:data/breach. - Extract all the files inside the
assetsfolder inux0:data/breach.
Media
Into the Breach Official Launch Trailer (GameTrailers)
Screenshots
Changelog
v1.0
- First Release.
Credits
- TheFloW for the original .so loader.
- Wans for the Livearea assets.
- CatoTheYounger for the screenshots and for testing the homebrew.
- Northfear for the SDL2 fork with vitaGL as backend.