StreamingPluginWiiU/src/retain_vars.cpp

7 lines
417 B
C++
Raw Normal View History

2018-07-03 20:23:12 +02:00
#include "retain_vars.hpp"
wups_loader_app_status_t gAppStatus __attribute__((section(".data"))) = WUPS_APP_STATUS_UNKNOWN;
2018-07-17 15:32:27 +02:00
int32_t gResolution __attribute__((section(".data"))) = WUPS_STREAMING_RESOLUTION_240P;
int32_t gScreen __attribute__((section(".data"))) = WUPS_STREAMING_SCREEN_DRC;
int32_t gSendPriority __attribute__((section(".data"))) = 31;
int32_t gEncodePriority __attribute__((section(".data"))) = 31;