Files
ppsspp/ext/native/base/display.h
T
Unknown W. Brackets 77f0de9b63 Fix a few more line endings.
Otherwise these will appear dirty often.
2015-09-07 09:19:15 -07:00

14 lines
314 B
C

#pragma once
// This is meant to be a framework for handling DPI scaling etc.
// For now, it just consists of these ugly globals.
extern int dp_xres;
extern int dp_yres;
extern int pixel_xres;
extern int pixel_yres;
extern int g_dpi;
extern float g_dpi_scale;
extern float pixel_in_dps;
extern float display_hz;