mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Input: Add hotkey to cycle the wiimote profile forward or backward
Co-authored-by: Barath Kannan <barathsotd@gmail.com>
This commit is contained in:
parent
29b71fb9ce
commit
3969bf6d1c
16 changed files with 237 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <QObject>
|
||||
|
||||
#include "Common/Flag.h"
|
||||
#include "InputCommon/InputProfile.h"
|
||||
|
||||
class HotkeyScheduler : public QObject
|
||||
{
|
||||
|
@ -64,4 +65,6 @@ private:
|
|||
|
||||
Common::Flag m_stop_requested;
|
||||
std::thread m_thread;
|
||||
|
||||
InputProfile::ProfileCycler m_profile_cycler;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue