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

@ -17,12 +17,6 @@
namespace Loader {
const std::initializer_list<Kernel::AddressMapping> default_address_mappings = {
{0x1FF50000, 0x8000, true}, // part of DSP RAM
{0x1FF70000, 0x8000, true}, // part of DSP RAM
{0x1F000000, 0x600000, false}, // entire VRAM
};
FileType IdentifyFile(FileSys::VirtualFile file) {
FileType type;