mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
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:
parent
ea8e6b9356
commit
ea9c1deb5e
6 changed files with 0 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue