aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am
diff options
context:
space:
mode:
authorAndrew Pilley <anpilley@users.noreply.github.com>2024-02-17 23:36:43 +1100
committerGitHub <noreply@github.com>2024-02-17 23:36:43 +1100
commite2e0916100c20ad9f67e609d2d6cd33495b855f1 (patch)
tree4d24b9d8d9e9722c0808c0cb259f7afd236bc1f6 /src/core/hle/service/am
parent501e3ae05abbb6ae1cb8811113e1c889d33e5858 (diff)
parentc7588c042ba14bce871d12f5cf4dbf64bb5b3fe9 (diff)
Merge branch 'yuzu-emu:master' into import-firmware
Diffstat (limited to 'src/core/hle/service/am')
-rw-r--r--src/core/hle/service/am/service/common_state_getter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/service/common_state_getter.cpp b/src/core/hle/service/am/service/common_state_getter.cpp
index 12d7e8cb1..548498e83 100644
--- a/src/core/hle/service/am/service/common_state_getter.cpp
+++ b/src/core/hle/service/am/service/common_state_getter.cpp
@@ -11,6 +11,7 @@
#include "core/hle/service/pm/pm.h"
#include "core/hle/service/sm/sm.h"
#include "core/hle/service/vi/vi.h"
+#include "core/hle/service/vi/vi_types.h"
namespace Service::AM {