mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2024-11-04 17:35:06 +01:00
10 lines
270 B
C
10 lines
270 B
C
|
#include <wums.h>
|
||
|
#include <coreinit/mutex.h>
|
||
|
|
||
|
extern bool gIsMounted;
|
||
|
extern bool gTryToReplaceOnNextLaunch;
|
||
|
extern char gLoadedBundlePath[256];
|
||
|
extern char gSavePath[256];
|
||
|
extern char gWorkingDir[256];
|
||
|
extern char gTempPath[256];
|
||
|
extern uint32_t gCurrentHash;
|