Add 'Enable Controller Input' checkbox to TAS dialogs

When disabled only inputs from TAS dialog are used.
When enabled inputs from TAS dialog are used, except when a change in
input is detected from a real controller, in this case the TAS value is
replaced with the real controller value.
This commit is contained in:
Rukai
2018-07-07 15:51:34 +10:00
parent 3d1a7737d8
commit b94262ec33
10 changed files with 403 additions and 289 deletions

View File

@ -4,9 +4,7 @@
#pragma once
#include <QDialog>
#include "Common/CommonTypes.h"
#include "DolphinQt/TAS/TASInputWindow.h"
namespace WiimoteEmu
{
@ -17,7 +15,7 @@ class QGroupBox;
class QSpinBox;
struct wiimote_key;
class WiiTASInputWindow : public QDialog
class WiiTASInputWindow : public TASInputWindow
{
Q_OBJECT
public: