mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2024-11-13 05:35:07 +01:00
7 lines
275 B
C++
7 lines
275 B
C++
#include <coreinit/filesystem.h>
|
|
#include "globals.h"
|
|
|
|
RPXLoader_ReplacementInformation gReplacementInfo __attribute__((section(".data")));
|
|
|
|
FSClient *gFSClient __attribute__((section(".data"))) = nullptr;
|
|
FSCmdBlock *gFSCmd __attribute__((section(".data"))) = nullptr; |