mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
8 lines
94 B
C++
8 lines
94 B
C++
#include "base/display.h"
|
|
|
|
int g_xres;
|
|
int g_yres;
|
|
int pixel_xres;
|
|
int pixel_yres;
|
|
|
|
int g_dpi; |