mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-27 16:32:10 -06:00
core: Move PageTable struct into Common.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user