mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
...
This commit is contained in:
parent
5dbea73016
commit
d0d004fb6f
1 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue