Be like other emulators on Blackberry and use the 'misc' dir.

This commit is contained in:
Sacha 2013-05-16 13:50:30 +10:00
parent 1c81bb5ebe
commit f6dd98570b

View File

@ -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);