summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-10 22:00:34 +0100
committerGitHub <noreply@github.com>2024-02-10 22:00:34 +0100
commit7c56ecca3f5fd2b70564209d765593c56a500c9e (patch)
treec1ebc60262c7103409b59f284bdd176e4c86c5d9 /src/core/hle/service/am/applet.h
parentFix multiplayer player count color in dark themes | Temp fix until #12744: Add green color for counts > 0 and < max_players - 1 (#12930) (diff)
parentglue: use multi wait API (diff)
downloadyuzu-7c56ecca3f5fd2b70564209d765593c56a500c9e.tar
yuzu-7c56ecca3f5fd2b70564209d765593c56a500c9e.tar.gz
yuzu-7c56ecca3f5fd2b70564209d765593c56a500c9e.tar.bz2
yuzu-7c56ecca3f5fd2b70564209d765593c56a500c9e.tar.lz
yuzu-7c56ecca3f5fd2b70564209d765593c56a500c9e.tar.xz
yuzu-7c56ecca3f5fd2b70564209d765593c56a500c9e.tar.zst
yuzu-7c56ecca3f5fd2b70564209d765593c56a500c9e.zip
Diffstat (limited to 'src/core/hle/service/am/applet.h')
-rw-r--r--src/core/hle/service/am/applet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applet.h b/src/core/hle/service/am/applet.h
index bce6f9050..b29ecdfed 100644
--- a/src/core/hle/service/am/applet.h
+++ b/src/core/hle/service/am/applet.h
@@ -9,8 +9,8 @@
#include "common/math_util.h"
#include "core/hle/service/apm/apm_controller.h"
#include "core/hle/service/caps/caps_types.h"
-#include "core/hle/service/event.h"
#include "core/hle/service/kernel_helpers.h"
+#include "core/hle/service/os/event.h"
#include "core/hle/service/service.h"
#include "core/hle/service/am/am_types.h"