summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-08-03 14:07:49 -0400
committerGravatar GitHub2018-08-03 14:07:49 -0400
commit40e63ede6d2fcb9c4a3f7a65b2bdd25a77835d94 (patch)
tree1d81b94e3bdcce384aaa892c1d92a48d725680cf /src/core/core.h
parentMerge pull request #909 from lioncash/const (diff)
parentcore/memory: Get rid of 3DS leftovers (diff)
downloadyuzu-40e63ede6d2fcb9c4a3f7a65b2bdd25a77835d94.tar.gz
yuzu-40e63ede6d2fcb9c4a3f7a65b2bdd25a77835d94.tar.xz
yuzu-40e63ede6d2fcb9c4a3f7a65b2bdd25a77835d94.zip
Merge pull request #908 from lioncash/memory
core/memory: Get rid of 3DS leftovers
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index f8b6644bb..ed475ac4e 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -189,10 +189,9 @@ private:
189 * Initialize the emulated system. 189 * Initialize the emulated system.
190 * @param emu_window Reference to the host-system window used for video output and keyboard 190 * @param emu_window Reference to the host-system window used for video output and keyboard
191 * input. 191 * input.
192 * @param system_mode The system mode.
193 * @return ResultStatus code, indicating if the operation succeeded. 192 * @return ResultStatus code, indicating if the operation succeeded.
194 */ 193 */
195 ResultStatus Init(EmuWindow& emu_window, u32 system_mode); 194 ResultStatus Init(EmuWindow& emu_window);
196 195
197 /// AppLoader used to load the current executing application 196 /// AppLoader used to load the current executing application
198 std::unique_ptr<Loader::AppLoader> app_loader; 197 std::unique_ptr<Loader::AppLoader> app_loader;