mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 00:37:46 +00:00
core: Move PageTable struct into Common.
This commit is contained in:
parent
c30ea8aa0d
commit
5840ce2950
16 changed files with 215 additions and 171 deletions
11
src/common/memory_hook.cpp
Normal file
11
src/common/memory_hook.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2018 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "common/memory_hook.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
MemoryHook::~MemoryHook() = default;
|
||||
|
||||
} // namespace Common
|
Loading…
Add table
Add a link
Reference in a new issue