Skip to content
Sergi Granell edited this page Mar 6, 2022 · 4 revisions

Welcome to the vita2hos wiki!

Current roadblocks

  • Proper C++ support for 32-bit execution mode (needs -fPIC on devkitARM stdlibc++, otherwise it generates text relocations)

    Note that in the future Atmosphere might provide a way to create 32-bit threads in a 64-bit process, so this might not be necessary.

  • Turn vita3k/shader (shader translator) into a standalone static library that does not depend on Vita3K (it has very few dependencies already)

    Or just update Vita3K so that it can act as a translation layer (native execution CPU backend) and scrap vita2hos...

Clone this wiki locally