wudd/source/common/common.h

21 lines
377 B
C
Raw Normal View History

2021-10-09 00:58:55 +02:00
#pragma once
#include <ntfs.h>
#include <wut.h>
2021-10-09 00:58:55 +02:00
2022-07-26 08:16:27 +02:00
#define SECTOR_SIZE 0x8000
#define READ_SECTOR_SIZE SECTOR_SIZE
extern ntfs_md *ntfs_mounts;
extern int ntfs_mount_count;
extern "C" FSClient *__wut_devoptab_fs_client;
extern BOOL gRunFromHBL;
extern BOOL gBlockHomeButton;
extern uint32_t gBlockHomeButtonCooldown;
enum eDumpTarget {
TARGET_SD,
TARGET_NTFS
};