summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index c8a2c59b4..92297a43b 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -33,15 +33,15 @@ class InputSubsystem;
enum class MouseButton;
} // namespace InputCommon
+namespace InputCommon::TasInput {
+enum class TasState;
+} // namespace InputCommon::TasInput
+
namespace VideoCore {
enum class LoadCallbackStage;
class RendererBase;
} // namespace VideoCore
-namespace TasInput {
-enum class TasState;
-}
-
class EmuThread final : public QThread {
Q_OBJECT
@@ -245,7 +245,7 @@ private:
QWidget* child_widget = nullptr;
bool first_frame = false;
- TasInput::TasState last_tas_state;
+ InputCommon::TasInput::TasState last_tas_state;
std::array<std::size_t, 16> touch_ids{};