mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-30 17:02:19 +00:00
Be like other emulators on Blackberry and use the 'misc' dir.
This commit is contained in:
parent
1c81bb5ebe
commit
f6dd98570b
@ -390,7 +390,7 @@ int main(int argc, char *argv[]) {
|
||||
if (pixel_xres == 720) dpi_scale *= 1.4;
|
||||
dp_xres = (int)(pixel_xres * dpi_scale); dp_yres = (int)(pixel_yres * dpi_scale);
|
||||
|
||||
NativeInit(argc, (const char **)argv, "/accounts/1000/shared/documents/", "data/", "BADCOFFEE");
|
||||
NativeInit(argc, (const char **)argv, "/accounts/1000/shared/misc/", "data/", "BADCOFFEE");
|
||||
NativeInitGraphics();
|
||||
screen_request_events(screen_cxt);
|
||||
navigator_request_events(0);
|
||||
|
Loading…
Reference in New Issue
Block a user