• Stars
    star
    161
  • Rank 226,113 (Top 5 %)
  • Language
    C
  • License
    MIT License
  • Created about 2 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Loader/Wrapper for Android's YoYo Runner for PSVita.

YoYo Loader Vita

YoYo Loader is a loader for libyoyo.so, the official GameMaker Studio Runner application for Android, for the PS Vita.

YoYo Loader works by loading such 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 is.

This enables to run potentially any game made with GameMaker Studio.

What is supported

Type of Game Compatibility
Android Bytecode Native
Android YYC Native
PC/Console Bytecode Yes
PC/Console YYC No

For PC/Console exported games, you will need to perform an assets swap with a blank Android exported project with a Game Maker Studio version similar or equal of the one of the game you want to attempt to run. You can find a small guide on how to perform an Asset Swap here: https://gist.github.com/CatoTheYounger97/fa47e7eef92f772e4004d4dac22f9bdb

Note that patches to the bytecode may still be required in order to fix resolution, inputs or performances issues. Any game reported as Native, instead, will work with simple drag'n'drop of the apk.

A comprehensive Compatibility List can be found here: https://yoyo.rinnegatamante.it. You can contribute to it by opening an Issue here: https://github.com/Rinnegatamante/YoYo-Loader-Vita-Compatibility/issues.

If a game seems to be running out of memory, you can try to fix this issue by externalizing its assets with the related built-in function in the Game Selector. It is also possible to squeeze even more available mem by manually compressing externalized textures in PVRTC2 format (A guide can be found here: https://gist.github.com/CatoTheYounger97/ddc2dd4ec459212466ea6f9887bc764b ).

Keyboard keys emulation

YoYo Loader supports mapping of physical buttons to keyboard keys for those games that have not working controller code. It may be especially useful for PC asset swapped games.

A guide on how to set it up can be found here: https://gist.github.com/CatoTheYounger97/ce19685d349d913f9a2f097464453c97

Setup Instructions (For End Users)

In order to properly install the loader, you'll have to follow these steps precisely:

  • Install kubridge and FdFix by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder (usually ux0:tai) and adding two entries to your config.txt under *KERNEL:
  *KERNEL
  ux0:tai/kubridge.skprx
  ux0:tai/fd_fix.skprx

Note Don't install fd_fix.skprx if you're using rePatch plugin

  • Install libshacccg.suprx, if you don't have it already, by following this guide.
  • Games must be placed inside ux0:data/gms/GAMENAME, where GAMENAME must refer to the name of the game, in form of an apk file renamed as game.apk. You can get all the required files directly from your phone.
  • Inside the loader, you can also find a feature, by pressing Triangle in the game selector screen, to optimize the apk. Such feature will optimize compression of the files inside the apk to not cause stuttering and loading issues and will also remove any unnecessary file thus reducing the final apk size.

Build Instructions (For Developers)

In order to build the loader, you'll need a vitasdk build fully compiled with softfp usage.
You can find a precompiled version here: https://github.com/vitasdk/buildscripts/releases. Additionally, you'll need some libraries normally included in vdpm compiled with softfp. You can get most of the required ones here: https://github.com/Rinnegatamante/vitasdk-packages-softfp/releases. Finally, you'll need to recompile the few missing ones on your own:

  • openal-soft

    cd build
    cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-mfloat-abi=softfp .. && make install
  • vitaGL

    make SOFTFP_ABI=1 NO_DEBUG=1 SHARED_RENDERTARGETS=1 HAVE_GLSL_SUPPORT=1 install

After all these requirements are met, you can compile the loader similarly to how the CI compiles it for nightly builds: https://github.com/Rinnegatamante/yoyoloader_vita/blob/main/.github/workflows/compilation.yml

Credits

  • TheFloW for the original .so loader.
  • JohnnyonFlame for GMLoader used as reference for some implementations, for generic advices and for maintaining the Brazilian Portuguese translation.
  • Once13One for the Livearea assets and the README showcase image.
  • hatoving for the German translation.
  • BetterWinds and SofyUchiha for the Spanish translation.
  • gl33ntwine for the Russian and Ukrainian translations.
  • Titi Clash for the Brazilian Portuguese translation.
  • kuragehime for the Japanese and the Ryukyuan translations.
  • ikzouo for the Simplified and Traditional Chinese translations.
  • Grip-hearttin' for the Czech translation.
  • CatoTheYounger for providing most of the banners used in the game selector and testing several new features of the loader.
  • Everyone who contributed, tested and provided support over Vita Nuova Discord channel.

More Repositories

1

vitaGL

openGL wrapper for PSVITA.
C
359
star
2

DaedalusX64-vitaGL

Daedalus X64 port for PSVITA through vitaGL.
C++
311
star
3

lpp-vita

Lua Player Plus for PSVITA. Documentation on: http://rinnegatamante.github.io/lpp-vita/
C
170
star
4

lpp-3ds

Lua Player Plus for 3DS
C++
167
star
5

rinCheat

Multifunction plugin for PSVITA.
C
152
star
6

Android2Vita-Candidate-Ports-List

A list of candidate Android games portable to Vita. ( https://android.rinnegatamante.it )
138
star
7

vitaQuake

Port of Quake for Playstation Vita
C
121
star
8

VitaDB-Downloader

Official VitaDB client for PSVITA/PSTV.
C
110
star
9

CHMM2

Theme Manager for 3DS
Lua
88
star
10

VitaPad

Transform your PSVITA into a PC Controller
C++
88
star
11

VITA2PC

Stream PSVITA gaming sessions over WiFi.
Objective-C
65
star
12

melonDS-Vita

Port of melonDS for PSVITA.
C++
61
star
13

vitaQuakeIII

ioquake3 port for PSVITA (Currently supporting Quake III: Arena, Quake III: Team Arena, OpenArena, Urban Terror and Q3Rally)
C
54
star
14

vitaQuakeII

Quake II port for PSVITA.
C
49
star
15

re3-vita

Port of re3 (GTA III decompilation) for PSVITA/PSTV.
C++
47
star
16

vitaRTCW

Return to Castle Wolfenstein port for PSVITA.
C
43
star
17

imgui-vita

dear ImGui port for PSVITA (vitasdk).
C++
40
star
18

d3es-vita

Port of Doom 3 for PSVITA formerly named Potatoom 3. (Based on https://github.com/emileb/d3es-multithread )
C++
39
star
19

AntiBlacklist

Advanced whitelister homebrew for PSVITA TV.
C
39
star
20

raider-vita

Port of Tomb Raider 1 & 2 Classic Android for PSVITA.
C
34
star
21

ff4_vita

C
34
star
22

VitaDB

Online database for PSVITA homebrews and plugins. (https://vitadb.rinnegatamante.it)
PHP
33
star
23

Vita-Recorder

Plugin to record clips for PSVITA/PSTV.
C
32
star
24

DaedalusX64-vitaGL-Compatibility

Compatibility List for DaedalusX64-VitaGL (https://github.com/Rinnegatamante/DaedalusX64-vitaGL)
30
star
25

goo_vita

C
29
star
26

vitaWolfen

Wolfenstein 3D port for PSVITA
C++
28
star
27

librw-vita

Port of librw for PSVITA.
C++
27
star
28

Lua-RayCast3D

3D Game Engine using RayCasting algorithm for Lua Player Plus
Lua
27
star
29

Sunshell

Multifunction shell for 3DS
Lua
27
star
30

vitaShaRK

Runtime Shader Compiler library for PSVITA
C
27
star
31

fahrenheit-vita

Port of Fahrenheit: Indigo Prophecy for PSVITA.
C
25
star
32

Big_Red_Menu

First legal opensource CIA manager for 3DS
C++
25
star
33

remaPSV

Remap plugin for PSVITA/PSTV.
Objective-C
25
star
34

NoTrpDrm

Plugin that enables official trophies pack usage with sceNpTrophy for homebrews.
C
23
star
35

vitaHexenII

Hexen II port for Playstation Vita.
C
22
star
36

OpenFMV

Opensource full-motion video game engine for PSVITA compatible with Wales Interactive games.
C
22
star
37

lua-player-plus

Multiplatform Lua interpreter (PSP/PSP Go version)
C
22
star
38

SavedataPlus

Savedata decrypter and redirecter for PSVITA/PSTV.
C
22
star
39

kuio

Kernel-User bridge for basic I/O operations for taiHen.
C
21
star
40

YoYo-Loader-Vita-Compatibility

Compatibility List for YoYo Loader Vita (https://github.com/Rinnegatamante/yoyoloader_vita)
21
star
41

TrackPlug

Playtime tracker plugin for PSVITA.
Lua
20
star
42

NBlood-Vita

Blood port for PSVITA.
C++
20
star
43

flycast-vita-compatibility-list

Compatibility list for Flycast Vita ( https://github.com/Rinnegatamante/flycast-vita )
18
star
44

AutoBoot

Auto boot an app on HENkaku startup.
C
18
star
45

Framecounter

FPS Counter plugin for PSVITA.
C
18
star
46

vitaRescale

Resolution changer plugin for PSVITA games.
Objective-C
18
star
47

3dsxlauncher_loader

CIA forwarder for 3DSX homebrews.
C
17
star
48

EDuke32-Vita

EDuke32 port for PSVITA
C++
17
star
49

Screenie

HD Screenshots plugin for PSVITA.
C
17
star
50

rvgl-vita

Port of RVGL for PSVITA.
C
16
star
51

ShaRKBR33D

Legal all-in-one one-click libshacccg.suprx installer.
C
16
star
52

RPG-Maker-3DS

RPG Maker core clone for 3DS
Lua
16
star
53

ff4a_vita

Port of Final Fantasy 4: After Years for PSVITA.
C
16
star
54

Death-Road-to-Canada-Lite

Port of Death Road to Canada for PSVITA.
C
16
star
55

ctrWolfen

Wolfenstein 3D port for Nintendo 3DS.
C
15
star
56

layton-vita

Port of Professor Layton: Curious Village HD for PSVITA.
C
15
star
57

flycast-vita-Compatibility

Compatibility List for flycast Vita port (https://github.com/Rinnegatamante/flycast)
15
star
58

ctrHexenII

Hexen II port for Nintendo 3DS
C
15
star
59

uo_amphetamin

Unofficial Amphetamin plugin for PSVITA.
C
14
star
60

AvP-Gold-Vita

Alien vs Predator Gold port for PSVITA.
C
14
star
61

smw-vita

Super Mario War port for PSVITA.
C++
14
star
62

abuse-vita

Port of Abuse for PSVITA/PSTV.
C++
14
star
63

ZeldaOLB

Zelda: Oni Link Begins port for PSVITA.
C++
14
star
64

ViBeS

Minimalistic benchmarking plugin for PSVITA.
C
14
star
65

HCL-Vita

Hydra Castle Labyrinth port for PSVITA.
C
13
star
66

srb2-vita

Sonic Robo Blast 2 port for PSVITA.
C
13
star
67

easyrpg-player-3ds

EasyRPG Player port for 3DS.
C++
13
star
68

reRescaler

Replacement for built-in PSVITA/PSTV rescaler.
Objective-C
13
star
69

SwitchQuake

Quake I port for Nintendo Switch.
C
13
star
70

RetroLivearea

Enhancer and Redirecter for PSX/PSP bubbles assets for PSVITA.
C
13
star
71

TurboPad

RapidFire plugin for PSVITA.
Objective-C
12
star
72

AnalogsEnhancer

Analogs rescaler/deadzone changer plugin for PSVITA.
C
12
star
73

smb2se-vita

Port of Super Monkey Ball 2: Sakura Edition for PSVITA.
C
12
star
74

soulcalibur_vita

Port of Soulcalibur for PSVITA.
C
12
star
75

vitaET

ET:Legacy port for PSVITA/PSTV
C
11
star
76

Purgification

Notifications purger tool for 3DS.
C++
11
star
77

InfiniteNet

taiHEN plugin that prevents games from disabling net features.
C
10
star
78

NRedneck-Vita

NRedneck (Redneck Rampage) port for PSVITA.
C++
10
star
79

MinicraftVita

Minicraft port for PSVITA
C
10
star
80

vitaVoyager

Port of lilium-voyager (Star Trek Voyager: Elite Force Holomatch multiplayer) for PSVITA.
C
10
star
81

hazard-vita

Port of Beat Hazard 2 for PSVITA.
C
10
star
82

SwitchDB

Online database for Nintendo Switch homebrews. (https://switchdb.rinnegatamante.it)
JavaScript
10
star
83

PostalVita

Postal port for PSVITA/PSTV.
C++
10
star
84

lppd-3ds

Lua Player Plus 3DS Debugger for PC
C++
10
star
85

MicroCHIP

CHIP-8/SCHIP-8 Emulator for Vita wrote with lpp-vita.
Lua
10
star
86

vitaExhumed

PCExhumed port for PSVITA/PSTV.
C++
9
star
87

layton2-vita

Port of Professor Layton: Pandora's Box HD for PSVITA.
C
9
star
88

HCL-Switch

Hydra Castle Labyrinth port for Nintendo Switch.
C
9
star
89

vFlux

f.lux clone for PSVITA.
C
9
star
90

WDNR

Reartouch pad disabler plugin for PSVITA.
C
9
star
91

rct-vita

Port of RollerCoaster Tycoon Classic for PSVITA.
C
9
star
92

K.E.T.M.-Vita

K.E.T.M. (Kill Everything That Moves) port for PSVITA.
C
8
star
93

lpp-ide

Lua Player Plus IDE
Visual Basic
8
star
94

DstroyVita

Dstroy port for PSVITA
C++
8
star
95

GxmDumper

Dumper for shaders, models and textures for PSVITA.
C
8
star
96

thimbleweed-vita

Port of Thimbleweed Park for PSVITA.
C
8
star
97

math-neon

Port of math-neon for PSVITA.
C
8
star
98

layton3-vita

Port of Professor Layton: Lost Hope HD for PSVITA.
C
8
star
99

BubbleLock

Password lock applications on PSVITA.
Objective-C
7
star
100

Touch-Remap

Touchpads remapper plugin for PSVITA.
Objective-C
7
star