diff options
| author | 2015-04-27 22:45:43 -0400 | |
|---|---|---|
| committer | 2015-05-01 18:27:05 -0400 | |
| commit | d3c2f9a4a4c48e4571cd693a0c1801b665819cdf (patch) | |
| tree | 82d8f104a3098277cf0f311db8e93390a69a0b4a /src/core/hle/shared_page.h | |
| parent | Dyncom: Move cream cache to ARMul_State. (diff) | |
| download | yuzu-d3c2f9a4a4c48e4571cd693a0c1801b665819cdf.tar.gz yuzu-d3c2f9a4a4c48e4571cd693a0c1801b665819cdf.tar.xz yuzu-d3c2f9a4a4c48e4571cd693a0c1801b665819cdf.zip | |
HLE: Properly initialize and shutdown remaining modules.
Diffstat (limited to 'src/core/hle/shared_page.h')
| -rw-r--r-- | src/core/hle/shared_page.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/shared_page.h b/src/core/hle/shared_page.h index 8f93545ec..1b6e4e581 100644 --- a/src/core/hle/shared_page.h +++ b/src/core/hle/shared_page.h | |||
| @@ -23,4 +23,6 @@ void Set3DSlider(float amount); | |||
| 23 | 23 | ||
| 24 | void Init(); | 24 | void Init(); |
| 25 | 25 | ||
| 26 | void Shutdown(); | ||
| 27 | |||
| 26 | } // namespace | 28 | } // namespace |