You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
12 lines
211 B
ArmAsm
12 lines
211 B
ArmAsm
|
|
// Detect if the emux emulator extension is supported
|
||
|
|
// https://hackmd.io/@rasky/r1k7na6Jn
|
||
|
|
|
||
|
|
.include "macros.inc"
|
||
|
|
.section .text, "ax"
|
||
|
|
.set noreorder
|
||
|
|
|
||
|
|
glabel emux_detect
|
||
|
|
or $v0, $0, $0
|
||
|
|
jr $ra
|
||
|
|
tne $v0, $v0, 0x0
|