mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
LLVM: progress dialog
This commit is contained in:
parent
6cf006b02b
commit
78ecb115f3
3 changed files with 72 additions and 18 deletions
|
@ -14,6 +14,7 @@ enum class ppu_cmd : u32
|
|||
set_args, // Set general-purpose args (+arg cmd)
|
||||
lle_call, // Load addr and rtoc at *arg or *gpr[arg] and execute
|
||||
hle_call, // Execute function by index (arg)
|
||||
initialize, // ppu_initialize()
|
||||
};
|
||||
|
||||
class ppu_thread : public cpu_thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue