mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 17:16:57 +02:00
Add touch input support, add fast scrolling support for coverflow display mode, fix use after free bug in banner list mode
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define SHARED_KEY_XY (*(vu16*)0x02FFFFA8)
|
||||
#define SHARED_TOUCH_X (*(vu16*)0x02FFFFAA)
|
||||
#define SHARED_TOUCH_Y (*(vu16*)0x02FFFFAC)
|
||||
|
||||
Reference in New Issue
Block a user