mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-11 23:53:55 +00:00
11 lines
136 B
C++
11 lines
136 B
C++
#include "base/display.h"
|
|
|
|
int dp_xres;
|
|
int dp_yres;
|
|
|
|
int pixel_xres;
|
|
int pixel_yres;
|
|
|
|
int g_dpi;
|
|
float g_dpi_scale;
|
|
float pixel_in_dps; |