mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-27 09:15:00 +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; |