mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2024-11-17 20:59:15 +01:00
4 lines
185 B
C++
4 lines
185 B
C++
|
#include "retain_vars.hpp"
|
||
|
wups_loader_app_status_t gAppStatus __attribute__((section(".data"))) = WUPS_APP_STATUS_UNKNOWN;
|
||
|
uint32_t gButtonCombo __attribute__((section(".data"))) = 0;
|