mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 03:28:58 +02:00
arm: Implement native code execution backend
This commit is contained in:
parent
dee5002355
commit
19619b1b14
31 changed files with 1803 additions and 51 deletions
|
|
@ -18,7 +18,7 @@ enum : u64 {
|
|||
|
||||
class DeviceMemory {
|
||||
public:
|
||||
explicit DeviceMemory(bool direct_mapped_address);
|
||||
explicit DeviceMemory();
|
||||
~DeviceMemory();
|
||||
|
||||
DeviceMemory& operator=(const DeviceMemory&) = delete;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue