aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2023-09-07 00:15:15 +0200
committerLiam <byteslice@airmail.cc>2023-09-09 20:44:05 -0400
commit36917d8a8f364857f2a54d22b8dfa39c54534f13 (patch)
tree31b7b6412e0881b7afb8fe2adbf6ee21b617edd7 /src/core/hle/service/am/am.h
parent24ab10c2f601afb9c241f6320c5c8bac6a3d3b22 (diff)
am: Remove bcat from PopLaunchParameter
This never belonged here and has no use anymore since the Boxcat backend was removed. .
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index d68998f04..f75a665b2 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -339,7 +339,6 @@ private:
KernelHelpers::ServiceContext service_context;
- bool launch_popped_application_specific = false;
bool launch_popped_account_preselect = false;
s32 previous_program_index{-1};
Kernel::KEvent* gpu_error_detected_event;