diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-15 03:32:53 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-15 03:37:03 +0200 |
commit | 96c0b81a51ddb369e60721bb9903c6f31c5c5781 (patch) | |
tree | 6ba7e8ba5a5ab7d11cbea05029b6cadc381e83b7 /src/core/loader/loader.h | |
parent | Merge pull request #1055 from lioncash/init (diff) | |
download | yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.gz yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.bz2 yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.lz yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.xz yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.zst yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/loader/loader.h | 7 |
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 |