mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
- Improved PPCDecoder.
- Improved PPUDecoder. - Improved Debugger GUI. CompilerELF: - Added all PPU instructions. - Fixed analyzer crash.
This commit is contained in:
parent
8ba26db020
commit
b35dfdf29b
32 changed files with 4074 additions and 3581 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "Emu/Memory/MemoryBlock.h"
|
||||
#include "Emu/Cell/Decoder.h"
|
||||
#include "Emu/Cell/PPCDecoder.h"
|
||||
|
||||
enum PPCThreadType
|
||||
{
|
||||
|
@ -13,7 +13,7 @@ class PPCThread : public ThreadBase
|
|||
protected:
|
||||
u32 m_status;
|
||||
u32 m_error;
|
||||
Decoder* m_dec;
|
||||
PPC_Decoder* m_dec;
|
||||
wxWindow* DisAsmFrame;
|
||||
u32 m_id;
|
||||
PPCThreadType m_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue