nyx: Add joycon fallback support as a virtual mouse

Cursor Movement: Left Stick
Click: A / ZL / ZR
Back: B
This commit is contained in:
CTCaer
2020-04-30 13:16:30 +03:00
parent 7b715f7be9
commit 1483a61f11
4 changed files with 535 additions and 1 deletions

View File

@@ -169,6 +169,8 @@ void clock_disable(const clock_t *clk);
/*! Clock control for specific hardware portions. */
void clock_enable_fuse(bool enable);
void clock_enable_uart(u32 idx);
void clock_disable_uart(u32 idx);
int clock_uart_use_src_div(u32 idx, u32 baud);
void clock_enable_i2c(u32 idx);
void clock_disable_i2c(u32 idx);
void clock_enable_se();