mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 21:29:17 +01:00
0ad99123db
-added new config option to haxchi, "sysmenu" which will relaunch you into the system menu with signature, region patches and everything else that cbhc patches -small logic correction in the iosu patcher
10 lines
87 B
ArmAsm
10 lines
87 B
ArmAsm
.section ".init"
|
|
.arm
|
|
.align 4
|
|
|
|
.extern _main
|
|
.type _main, %function
|
|
|
|
_start:
|
|
b _main
|