mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
174 B
C
7 lines
174 B
C
#pragma once
|
|
|
|
// This is meant to be a framework for handling DPI scaling etc.
|
|
// For now, it just consists of these two ugly globals.
|
|
|
|
extern int g_xres;
|
|
extern int g_yres;
|