summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-04-19 18:30:31 +0200
committerLioncash <mathew1800@gmail.com>2021-04-19 18:30:34 +0200
commitb7d04d848ddcae5cc412b794bea12bf7cc5df296 (patch)
tree2f2c54c870fc96efea8844f4e40f65ac47bd0363
parentMerge pull request #6208 from lat9nq/boost-static (diff)
downloadyuzu-b7d04d848ddcae5cc412b794bea12bf7cc5df296.tar
yuzu-b7d04d848ddcae5cc412b794bea12bf7cc5df296.tar.gz
yuzu-b7d04d848ddcae5cc412b794bea12bf7cc5df296.tar.bz2
yuzu-b7d04d848ddcae5cc412b794bea12bf7cc5df296.tar.lz
yuzu-b7d04d848ddcae5cc412b794bea12bf7cc5df296.tar.xz
yuzu-b7d04d848ddcae5cc412b794bea12bf7cc5df296.tar.zst
yuzu-b7d04d848ddcae5cc412b794bea12bf7cc5df296.zip
-rw-r--r--src/core/hle/service/glue/arp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/glue/arp.cpp b/src/core/hle/service/glue/arp.cpp
index 322125135..e6d9d1b24 100644
--- a/src/core/hle/service/glue/arp.cpp
+++ b/src/core/hle/service/glue/arp.cpp
@@ -240,7 +240,7 @@ private:
std::function<ResultCode(u64, ApplicationLaunchProperty, std::vector<u8>)> issue_process_id;
bool issued = false;
- ApplicationLaunchProperty launch;
+ ApplicationLaunchProperty launch{};
std::vector<u8> control;
};