mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-26 13:42:45 +00:00
8 lines
166 B
C
8 lines
166 B
C
#include "types.h"
|
|
|
|
#pragma once
|
|
|
|
#define HID_PAD ((~*(vu16 *)0x10146000) & 0xFFF)
|
|
|
|
u16 waitInput(void);
|
|
void shutdown(u32 mode, int pos_y, char *message); |