소스 검색

fixed a typo in declaration of meta file system

ShizZy 13 년 전
부모
커밋
8a95dd3f11
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) {
 }