mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
7 lines
No EOL
130 B
C++
7 lines
No EOL
130 B
C++
#include "stdafx.h"
|
|
#include "PPCDecoder.h"
|
|
|
|
void PPCDecoder::DecodeMemory(const u64 address)
|
|
{
|
|
Decode(Memory.Read32(address));
|
|
} |