mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Harmattan: Make temporary RAM file in a folder that already exists.
This commit is contained in:
parent
3f910fc8da
commit
faa9094079
@ -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
2
native
@ -1 +1 @@
|
||||
Subproject commit 1b471762427f8699fe08eaa267537c49a43c2faf
|
||||
Subproject commit 9b709c21704c433ea809a9e3ed710fc8714e6034
|
Loading…
Reference in New Issue
Block a user