mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-08 03:45:09 +01:00
dc8a9a81fc
- Now patching two more function which could be used as hooks (PPCExit and ProcUIProcessMessages)
8 lines
338 B
C++
8 lines
338 B
C++
#include "retain_vars.h"
|
|
replacement_data_t gbl_replacement_data __attribute__((section(".data")));
|
|
u8 gAppStatus __attribute__((section(".data"))) = 0;
|
|
volatile u8 gSDInitDone __attribute__((section(".data"))) = 0;
|
|
|
|
void * ntfs_mounts __attribute__((section(".data"))) = NULL;
|
|
int ntfs_mount_count __attribute__((section(".data"))) = 0;
|