mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Common: Add MemArena.h/cpp to the Common namespace
Brings more common code under the Common namespace.
This commit is contained in:
parent
51ce30e09d
commit
947fa271be
3 changed files with 10 additions and 3 deletions
|
@ -28,6 +28,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
namespace Common
|
||||
{
|
||||
#ifdef ANDROID
|
||||
#define ASHMEM_DEVICE "/dev/ashmem"
|
||||
|
||||
|
@ -154,3 +156,5 @@ u8* MemArena::FindMemoryBase()
|
|||
return static_cast<u8*>(base);
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue