rpcsx/rpcs3/Emu/Cell/PPCDecoder.cpp

7 lines
130 B
C++
Raw Normal View History

#include "stdafx.h"
#include "PPCDecoder.h"
void PPCDecoder::DecodeMemory(const u64 address)
{
Decode(Memory.Read32(address));
}