mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:57:57 -05:00
fixed a typo in declaration of meta file system
This commit is contained in:
@ -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) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user