From 54d6f6c82b230b4934b1d52e6c2cf5f9d0d36396 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 20 Feb 2015 16:53:22 +0000 Subject: =?UTF-8?q?Common:=20Change=20names=20containing=20=E2=80=9CDolphi?= =?UTF-8?q?n=E2=80=9D=20or=20=E2=80=9CPPSSPP=E2=80=9D=20to=20something=20m?= =?UTF-8?q?ore=20generic.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/mem_arena.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mem_arena.cpp') diff --git a/src/common/mem_arena.cpp b/src/common/mem_arena.cpp index cc31a88cc..76c70701d 100644 --- a/src/common/mem_arena.cpp +++ b/src/common/mem_arena.cpp @@ -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) { -- cgit v1.2.3