forked from Mirror/GodMode9
- circle pad simulates dpad keys (up, right, down, left) - raw touchscreen data is provided but currently unused - added a simple shared memory region thing - fixed the 10ms delay to be _after_ the backlights are turned on, thanks to profi again as always, other stuff I probably forgot about
7 lines
85 B
C
Executable File
7 lines
85 B
C
Executable File
#pragma once
|
|
|
|
#include <types.h>
|
|
#include <hid_map.h>
|
|
|
|
u64 HID_GetState(void);
|