mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
12 lines
204 B
C++
12 lines
204 B
C++
#include "base/display.h"
|
|
|
|
int dp_xres;
|
|
int dp_yres;
|
|
|
|
int pixel_xres;
|
|
int pixel_yres;
|
|
|
|
int g_dpi = 1; // will be overwritten
|
|
float g_dpi_scale = 1.0f;
|
|
float pixel_in_dps = 1.0f;
|
|
float display_hz = 60.0f; |