core: Move PageTable struct into Common.
This commit is contained in:
parent
2392e146b0
commit
93da8e0abf
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