mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 22:27:57 -05:00
Common: Change names containing “Dolphin” or “PPSSPP” to something more generic.
This commit is contained in:
@ -116,7 +116,7 @@ void MemArena::GrabLowMemSpace(size_t size)
|
||||
GetSystemInfo(&sysInfo);
|
||||
#elif defined(ANDROID)
|
||||
// Use ashmem so we don't have to allocate a file on disk!
|
||||
fd = ashmem_create_region("PPSSPP_RAM", size);
|
||||
fd = ashmem_create_region("Citra_RAM", size);
|
||||
// Note that it appears that ashmem is pinned by default, so no need to pin.
|
||||
if (fd < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user