RPXLoadingModule/src/globals.cpp

7 lines
276 B
C++
Raw Normal View History

2021-01-01 01:39:28 +01:00
#include "globals.h"
2022-02-04 16:35:35 +01:00
#include <coreinit/filesystem.h>
2021-01-01 01:39:28 +01:00
RPXLoader_ReplacementInformation gReplacementInfo __attribute__((section(".data")));
2022-01-26 23:20:21 +01:00
FSClient *gFSClient __attribute__((section(".data"))) = nullptr;
2022-02-04 16:35:35 +01:00
FSCmdBlock *gFSCmd __attribute__((section(".data"))) = nullptr;