ppsspp/base/display.cpp

8 lines
94 B
C++
Raw Normal View History

#include "base/display.h"
int g_xres;
int g_yres;
int pixel_xres;
int pixel_yres;
int g_dpi;