summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-05-02 04:40:51 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-30 23:27:23 +0200
commitfe8c7e66e291b1fb3bef206e0d5809ad80441e9b (patch)
tree710fde640e7c6785cdad860e154a59054ffbcd05 /src/core/hle/service/am/am.h
parentconfigure_service: Allow Qt to open external links (diff)
downloadyuzu-fe8c7e66e291b1fb3bef206e0d5809ad80441e9b.tar
yuzu-fe8c7e66e291b1fb3bef206e0d5809ad80441e9b.tar.gz
yuzu-fe8c7e66e291b1fb3bef206e0d5809ad80441e9b.tar.bz2
yuzu-fe8c7e66e291b1fb3bef206e0d5809ad80441e9b.tar.lz
yuzu-fe8c7e66e291b1fb3bef206e0d5809ad80441e9b.tar.xz
yuzu-fe8c7e66e291b1fb3bef206e0d5809ad80441e9b.tar.zst
yuzu-fe8c7e66e291b1fb3bef206e0d5809ad80441e9b.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index a3baeb673..9169eb2bd 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -255,6 +255,8 @@ private:
void EnableApplicationCrashReport(Kernel::HLERequestContext& ctx);
void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
+ bool launch_popped_application_specific = false;
+ bool launch_popped_account_preselect = false;
Kernel::EventPair gpu_error_detected_event;
Core::System& system;
};