summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 01:31:01 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:16:00 +0100
commit44e7e85f231b611130f71405b5258f5250e8785b (patch)
tree47b33fdb9a3f2eadf4e2fd920804b26ab0bd21cd /src/core/hle/service/am/applet.h
parentam: rewrite IAppletCommonFunctions (diff)
downloadyuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.gz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.bz2
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.lz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.xz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.zst
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/am/applet.h b/src/core/hle/service/am/applet.h
index b29ecdfed..6c593ab1a 100644
--- a/src/core/hle/service/am/applet.h
+++ b/src/core/hle/service/am/applet.h
@@ -76,8 +76,8 @@ struct Applet {
u32 application_core_usage_mode{};
// Application functions
- bool gameplay_recording_supported{};
- GameplayRecordingState gameplay_recording_state{GameplayRecordingState::Disabled};
+ bool game_play_recording_supported{};
+ GamePlayRecordingState game_play_recording_state{GamePlayRecordingState::Disabled};
bool jit_service_launched{};
bool is_running{};
bool application_crash_report_enabled{};