mirror of
https://github.com/wiiu-env/wudd.git
synced 2025-02-18 02:56:27 +01:00
8 lines
131 B
C++
8 lines
131 B
C++
#include "common.h"
|
|
|
|
int32_t gFSAfd = -1;
|
|
|
|
ntfs_md *ntfs_mounts = nullptr;
|
|
int ntfs_mount_count = 0;
|
|
BOOL gRunFromHBL = false;
|