dolphin/Source/Core/Core/PowerPC/JitKvm/KvmBlockCache.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
373 B
C++
Raw Normal View History

// Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "Core/PowerPC/JitKvm/KvmBlockCache.h"
#include "Core/PowerPC/JitCommon/JitBase.h"
KvmBlockCache::KvmBlockCache(JitBase& jit) : JitBaseBlockCache{jit}
{
}
void KvmBlockCache::WriteLinkBlock(const JitBlock::LinkData& source, const JitBlock* dest)
{
}