mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 15:37:39 +00:00
Maemo5: fix 'Bus error' caused by too small /tmp-filesystem (used /tmp/gc_mem.tmp)
This commit is contained in:
parent
2b965a6f03
commit
178891b576
@ -98,8 +98,12 @@ int ashmem_unpin_region(int fd, size_t offset, size_t len)
|
||||
|
||||
#ifndef _WIN32
|
||||
// do not make this "static"
|
||||
#ifdef MAEMO
|
||||
std::string ram_temp_file = "/tmp/gc_mem.tmp";
|
||||
#else
|
||||
std::string ram_temp_file = "/home/user/.ppsspp/tmp_gc_mem.tmp";
|
||||
#endif
|
||||
#else
|
||||
SYSTEM_INFO sysInfo;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user