mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 20:52:32 -07:00
Process: Rename StaticAddressMapping => AddressMapping
This commit is contained in:
@@ -110,7 +110,7 @@ protected:
|
||||
* Common address mappings found in most games, used for binary formats that don't have this
|
||||
* information.
|
||||
*/
|
||||
extern const std::initializer_list<Kernel::StaticAddressMapping> default_address_mappings;
|
||||
extern const std::initializer_list<Kernel::AddressMapping> default_address_mappings;
|
||||
|
||||
/**
|
||||
* Identifies and loads a bootable file
|
||||
|
Reference in New Issue
Block a user