loader: Remove address mapping remnants from citra

These mappings are leftovers from citra and don't apply to the Switch.
This commit is contained in:
Lioncash 2018-08-14 21:32:53 -04:00
parent d1520410a3
commit 96c0b81a51
6 changed files with 0 additions and 17 deletions

View file

@ -5,7 +5,6 @@
#pragma once
#include <algorithm>
#include <initializer_list>
#include <memory>
#include <string>
#include <utility>
@ -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<Kernel::AddressMapping> default_address_mappings;
/**
* Identifies a bootable file and return a suitable loader
* @param file The bootable file