Process: Rename StaticAddressMapping => AddressMapping
This commit is contained in:
parent
83ccf85bb2
commit
3cb19c9589
6 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue