2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

fixed a typo in declaration of meta file system

This commit is contained in:
ShizZy 2013-10-06 09:24:46 -04:00
parent e0cb54ea35
commit 8a95dd3f11

View file

@ -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) {
} }