Browse Source

fixed a typo in declaration of meta file system

ShizZy 13 năm trước cách đây
mục cha
commit
8a95dd3f11
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/core/src/system.cpp

+ 2 - 2
src/core/src/system.cpp

@@ -29,8 +29,8 @@
 
 namespace System {
 
-extern volatile State g_state;
-extern MetaFileSystem g_ctr_file_system;
+volatile State g_state;
+MetaFileSystem g_ctr_file_system;
 
 void UpdateState(State state) {
 }