diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/src/system.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/src/system.cpp b/src/core/src/system.cpp index 545362694..6a2c13c96 100644 --- a/src/core/src/system.cpp +++ b/src/core/src/system.cpp | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | 29 | ||
| 30 | namespace System { | 30 | namespace System { |
| 31 | 31 | ||
| 32 | extern volatile State g_state; | 32 | volatile State g_state; |
| 33 | extern MetaFileSystem g_ctr_file_system; | 33 | MetaFileSystem g_ctr_file_system; |
| 34 | 34 | ||
| 35 | void UpdateState(State state) { | 35 | void UpdateState(State state) { |
| 36 | } | 36 | } |