Harmattan: Make temporary RAM file in a folder that already exists.

This commit is contained in:
Sacha 2013-04-14 17:03:28 +10:00
parent 3f910fc8da
commit faa9094079
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ int ashmem_unpin_region(int fd, size_t offset, size_t len)
#ifndef _WIN32
// do not make this "static"
#if defined(MAEMO) || defined(MEEGO_EDITION_HARMATTAN)
std::string ram_temp_file = "/home/user/.ppsspp/tmp_gc_mem.tmp";
std::string ram_temp_file = "/home/user/gc_mem.tmp";
#else
std::string ram_temp_file = "/tmp/gc_mem.tmp";
#endif

2
native

@ -1 +1 @@
Subproject commit 1b471762427f8699fe08eaa267537c49a43c2faf
Subproject commit 9b709c21704c433ea809a9e3ed710fc8714e6034