Implemented qlaunch version of the controller applet

This commit is contained in:
FrozenAra
2023-11-01 01:09:33 +01:00
parent 4c16a1a26f
commit cb004d1ba1
16 changed files with 594 additions and 89 deletions

View File

@@ -56,7 +56,7 @@ enum class ControllerSupportResult : u32 {
struct ControllerSupportArgPrivate {
u32 arg_private_size{};
u32 arg_size{};
bool flag_0{};
bool is_home_menu{};
bool flag_1{};
ControllerSupportMode mode{};
ControllerSupportCaller caller{};