diff options
author | purpasmart96 <kanzoconfigz@hotmail.com> | 2015-02-13 05:57:02 +0100 |
---|---|---|
committer | purpasmart96 <kanzoconfigz@hotmail.com> | 2015-02-17 00:12:05 +0100 |
commit | c3c309f33dacf877f4d7d5308d2036a89f8f9387 (patch) | |
tree | a2f7d884935508052438eb312e0c8771f1e30732 /src/core/hle/config_mem.h | |
parent | Merge pull request #569 from lioncash/modeswitch (diff) | |
download | yuzu-c3c309f33dacf877f4d7d5308d2036a89f8f9387.tar yuzu-c3c309f33dacf877f4d7d5308d2036a89f8f9387.tar.gz yuzu-c3c309f33dacf877f4d7d5308d2036a89f8f9387.tar.bz2 yuzu-c3c309f33dacf877f4d7d5308d2036a89f8f9387.tar.lz yuzu-c3c309f33dacf877f4d7d5308d2036a89f8f9387.tar.xz yuzu-c3c309f33dacf877f4d7d5308d2036a89f8f9387.tar.zst yuzu-c3c309f33dacf877f4d7d5308d2036a89f8f9387.zip |
Diffstat (limited to 'src/core/hle/config_mem.h')
-rw-r--r-- | src/core/hle/config_mem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/config_mem.h b/src/core/hle/config_mem.h index 3975af18f..94853901a 100644 --- a/src/core/hle/config_mem.h +++ b/src/core/hle/config_mem.h @@ -18,4 +18,6 @@ namespace ConfigMem { template <typename T> void Read(T &var, const u32 addr); +void Init(); + } // namespace |