2018-05-03 12:06:44 +00:00
|
|
|
// Copyright 2018 Citra Emulator Project
|
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
2019-03-02 20:20:28 +00:00
|
|
|
#include "common/memory_hook.h"
|
2018-05-03 12:06:44 +00:00
|
|
|
|
2019-03-02 20:20:28 +00:00
|
|
|
namespace Common {
|
2018-05-03 12:06:44 +00:00
|
|
|
|
|
|
|
MemoryHook::~MemoryHook() = default;
|
|
|
|
|
2019-03-02 20:20:28 +00:00
|
|
|
} // namespace Common
|