This website requires JavaScript.
Explore
Help
Register
Sign in
thirdparty
/
ppsspp
Watch
2
Star
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1254fe414c
ppsspp
/
base
/
display.cpp
8 lines
94 B
C++
Raw
Normal View
History
Unescape
Escape
Move the SDL C++ wrapper code into the native project as well.
2012-04-10 11:59:57 +02:00
#
include
"base/display.h"
int
g_xres
;
int
g_yres
;
some basic zoom/dpi stuff, to be improved
2012-07-06 22:32:32 +02:00
int
pixel_xres
;
int
pixel_yres
;
Take DPI into account. Fix some memory leaks in JNI code.
2012-07-09 00:43:04 +02:00
int
g_dpi
;
Reference in a new issue
Copy permalink