ppsspp/base/display.h

7 lines
174 B
C

#pragma once
// This is meant to be a framework for handling DPI scaling etc.
// For now, it just consists of these two ugly globals.
extern int g_xres;
extern int g_yres;