blob: c61c6c1fb1fab5fe9b4ea714fb6a1ab6c79a2aeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright 2018 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "core/memory_hook.h"
namespace Memory {
MemoryHook::~MemoryHook() = default;
} // namespace Memory
|