mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-14 19:42:47 +00:00
fixed a typo in declaration of meta file system
This commit is contained in:
parent
e0cb54ea35
commit
8a95dd3f11
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
namespace System {
|
namespace System {
|
||||||
|
|
||||||
extern volatile State g_state;
|
volatile State g_state;
|
||||||
extern MetaFileSystem g_ctr_file_system;
|
MetaFileSystem g_ctr_file_system;
|
||||||
|
|
||||||
void UpdateState(State state) {
|
void UpdateState(State state) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue