mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
...
This commit is contained in:
+4
-2
@@ -128,8 +128,10 @@ int main(int argc, char *argv[]) {
|
||||
g_xres = 800;
|
||||
g_yres = 480;
|
||||
} else {
|
||||
g_xres = 1480;
|
||||
g_yres = 800;
|
||||
#ifdef _WIN32
|
||||
g_xres = 1580;
|
||||
g_yres = 1000;
|
||||
#endif
|
||||
}
|
||||
|
||||
net::Init();
|
||||
|
||||
Reference in New Issue
Block a user