summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-05-08 18:12:25 -0300
committerGravatar Yuri Kunde Schlesner2015-05-08 22:12:10 -0300
commit3cb19c95895ab151d64682e5cbe64e938f995f46 (patch)
treea3d14fcd598c7d55d2e5ef6d746613df916799ec /src/core/loader/loader.h
parentProcess: Add more documentation to the class members (diff)
downloadyuzu-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.h2
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 */
113extern const std::initializer_list<Kernel::StaticAddressMapping> default_address_mappings; 113extern 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