ScreenshotWUPS/src/retain_vars.hpp

14 lines
370 B
C++
Raw Normal View History

2020-12-11 16:41:37 +01:00
#pragma once
#include "common.h"
#include <gx2/surface.h>
#include <string>
2018-07-01 19:12:35 +02:00
#include <wups.h>
2020-12-11 16:41:37 +01:00
extern bool gEnabled;
extern ImageSourceEnum gImageSource;
extern GX2SurfaceFormat gTVSurfaceFormat;
extern GX2SurfaceFormat gDRCSurfaceFormat;
2018-07-01 19:12:35 +02:00
extern uint32_t gButtonCombo;
2020-12-11 16:41:37 +01:00
extern int32_t gQuality;
extern ImageOutputFormatEnum gOutputFormat;
extern std::string gShortNameEn;