DolphinQt: Add separate Free Look tab for rotation

This commit is contained in:
iwubcode
2021-03-11 00:41:15 -06:00
parent d53ab32506
commit ddba5a3dfa
5 changed files with 94 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "Common/StringUtil.h"
#include "DolphinQt/Config/Mapping/FreeLookGeneral.h"
#include "DolphinQt/Config/Mapping/FreeLookRotation.h"
#include "DolphinQt/Config/Mapping/GCKeyboardEmu.h"
#include "DolphinQt/Config/Mapping/GCMicrophone.h"
#include "DolphinQt/Config/Mapping/GCPadEmu.h"
@ -436,6 +437,7 @@ void MappingWindow::SetMappingType(MappingWindow::Type type)
{
widget = new FreeLookGeneral(this);
AddWidget(tr("General"), widget);
AddWidget(tr("Rotation"), new FreeLookRotation(this));
setWindowTitle(tr("Free Look Controller %1").arg(GetPort() + 1));
}
break;