mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2024-11-16 06:59:17 +01:00
Stop stroring global variables in data section
This commit is contained in:
parent
626704d06f
commit
7ad49381b6
@ -1,5 +1,5 @@
|
||||
#include "globals.h"
|
||||
|
||||
RPXLoader_ReplacementInformation gReplacementInfo __attribute__((section(".data")));
|
||||
CRLayerHandle contentLayerHandle __attribute__((section(".data"))) = 0;
|
||||
CRLayerHandle saveLayerHandle __attribute__((section(".data"))) = 0;
|
||||
#include "globals.h"
|
||||
|
||||
RPXLoader_ReplacementInformation gReplacementInfo = {};
|
||||
CRLayerHandle contentLayerHandle = 0;
|
||||
CRLayerHandle saveLayerHandle = 0;
|
Loading…
Reference in New Issue
Block a user