mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 12:55:19 +00:00
Small refactoring
This commit is contained in:
parent
8f1a8450be
commit
597d07bf24
46 changed files with 348 additions and 372 deletions
|
|
@ -7,7 +7,7 @@ class PPCDecoder : public CPUDecoder
|
|||
public:
|
||||
virtual void Decode(const u32 code)=0;
|
||||
|
||||
virtual u8 DecodeMemory(const u64 address);
|
||||
virtual u8 DecodeMemory(const u32 address);
|
||||
|
||||
virtual ~PPCDecoder() = default;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue