mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
7 lines
130 B
C++
7 lines
130 B
C++
#include "stdafx.h"
|
|
#include "PPCDecoder.h"
|
|
|
|
void PPCDecoder::DecodeMemory(const u64 address)
|
|
{
|
|
Decode(Memory.Read32(address));
|
|
} |