Qt: Toggle for DualSense Player LED (#3254)

This commit is contained in:
dreamsyntax
2024-07-21 06:07:36 +00:00
committed by GitHub
parent 3172eac8df
commit d9ada75d4f
6 changed files with 60 additions and 17 deletions

View File

@ -96,6 +96,7 @@ private:
bool m_sdl_subsystem_initialized = false;
bool m_controller_enhanced_mode = false;
bool m_controller_ps5_player_led = false;
#ifdef __APPLE__
bool m_enable_iokit_driver = false;