From 96c0b81a51ddb369e60721bb9903c6f31c5c5781 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 14 Aug 2018 21:32:53 -0400 Subject: loader: Remove address mapping remnants from citra These mappings are leftovers from citra and don't apply to the Switch. --- src/core/loader/loader.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/loader/loader.h') 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 -#include #include #include #include @@ -207,12 +206,6 @@ protected: bool is_loaded = false; }; -/** - * Common address mappings found in most games, used for binary formats that don't have this - * information. - */ -extern const std::initializer_list default_address_mappings; - /** * Identifies a bootable file and return a suitable loader * @param file The bootable file -- cgit v1.2.3