diff options
| author | 2015-05-08 18:12:25 -0300 | |
|---|---|---|
| committer | 2015-05-08 22:12:10 -0300 | |
| commit | 3cb19c95895ab151d64682e5cbe64e938f995f46 (patch) | |
| tree | a3d14fcd598c7d55d2e5ef6d746613df916799ec /src/core/loader/loader.h | |
| parent | Process: Add more documentation to the class members (diff) | |
| download | yuzu-3cb19c95895ab151d64682e5cbe64e938f995f46.tar.gz yuzu-3cb19c95895ab151d64682e5cbe64e938f995f46.tar.xz yuzu-3cb19c95895ab151d64682e5cbe64e938f995f46.zip | |
Process: Rename StaticAddressMapping => AddressMapping
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 |