mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2025-02-18 12:36:20 +01:00
14 lines
370 B
C++
14 lines
370 B
C++
#pragma once
|
|
#include "common.h"
|
|
#include <gx2/surface.h>
|
|
#include <string>
|
|
#include <wups.h>
|
|
|
|
extern bool gEnabled;
|
|
extern ImageSourceEnum gImageSource;
|
|
extern GX2SurfaceFormat gTVSurfaceFormat;
|
|
extern GX2SurfaceFormat gDRCSurfaceFormat;
|
|
extern uint32_t gButtonCombo;
|
|
extern int32_t gQuality;
|
|
extern ImageOutputFormatEnum gOutputFormat;
|
|
extern std::string gShortNameEn; |