diff options
Diffstat (limited to 'src/core/hle/shared_page.cpp')
| -rw-r--r-- | src/core/hle/shared_page.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/shared_page.cpp b/src/core/hle/shared_page.cpp index 26d87c7e2..50c5bc01b 100644 --- a/src/core/hle/shared_page.cpp +++ b/src/core/hle/shared_page.cpp | |||
| @@ -18,7 +18,4 @@ void Init() { | |||
| 18 | shared_page.running_hw = 0x1; // product | 18 | shared_page.running_hw = 0x1; // product |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | void Shutdown() { | ||
| 22 | } | ||
| 23 | |||
| 24 | } // namespace | 21 | } // namespace |