mirror of
https://github.com/wiiu-env/wudd.git
synced 2024-11-06 10:35:06 +01:00
7 lines
267 B
C++
7 lines
267 B
C++
#include "common.h"
|
|
ntfs_md *ntfs_mounts = nullptr;
|
|
int ntfs_mount_count = 0;
|
|
BOOL gRunFromHBL = false;
|
|
BOOL gBlockHomeButton = false;
|
|
uint32_t gBlockHomeButtonCooldown = 0;
|
|
FSAClientHandle gFSAClientHandle = 0; |