diff options
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index bf027a878..a56f67205 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h | |||
| @@ -110,7 +110,7 @@ protected: | |||
| 110 | * Common address mappings found in most games, used for binary formats that don't have this | 110 | * Common address mappings found in most games, used for binary formats that don't have this |
| 111 | * information. | 111 | * information. |
| 112 | */ | 112 | */ |
| 113 | extern const std::initializer_list<Kernel::StaticAddressMapping> default_address_mappings; | 113 | extern const std::initializer_list<Kernel::AddressMapping> default_address_mappings; |
| 114 | 114 | ||
| 115 | /** | 115 | /** |
| 116 | * Identifies and loads a bootable file | 116 | * Identifies and loads a bootable file |