summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-15 04:43:04 +0200
committerGitHub <noreply@github.com>2018-08-15 04:43:04 +0200
commit3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83 (patch)
tree195f0f95f826217bc65292d29167bdb52e96e4de /src/core/loader/loader.h
parentMerge pull request #1072 from lioncash/svc (diff)
parentloader: Remove address mapping remnants from citra (diff)
downloadyuzu-3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83.tar
yuzu-3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83.tar.gz
yuzu-3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83.tar.bz2
yuzu-3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83.tar.lz
yuzu-3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83.tar.xz
yuzu-3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83.tar.zst
yuzu-3db1b8e0cd79313975144b3e6b9a5a0ebc7ada83.zip
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r--src/core/loader/loader.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 285363549..6dffe451a 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -5,7 +5,6 @@
#pragma once
#include <algorithm>
-#include <initializer_list>
#include <memory>
#include <string>
#include <utility>
@@ -208,12 +207,6 @@ protected:
};
/**
- * Common address mappings found in most games, used for binary formats that don't have this
- * information.
- */
-extern const std::initializer_list<Kernel::AddressMapping> default_address_mappings;
-
-/**
* Identifies a bootable file and return a suitable loader
* @param file The bootable file
* @return the best loader for this file