mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 19:08:24 -05:00
- added HLE to connect to "srv:" service
- added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// Copyright 2014 Citra Emulator Project
|
||||
// Copyright 2014 Citra Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
|
||||
namespace Memory {
|
||||
|
||||
|
||||
u8* g_base = NULL; ///< The base pointer to the auto-mirrored arena.
|
||||
|
||||
MemArena g_arena; ///< The MemArena class
|
||||
|
Reference in New Issue
Block a user