2
0
Fork 0
mirror of https://github.com/yuzu-mirror/yuzu synced 2025-01-01 00:28:42 +00:00
yuzu/src/core/memory_hook.cpp

12 lines
241 B
C++
Raw Normal View History

// 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