LLVM: progress dialog

This commit is contained in:
Nekotekina 2017-01-22 22:03:57 +03:00 committed by Ivan
parent 6cf006b02b
commit 78ecb115f3
3 changed files with 72 additions and 18 deletions

View file

@ -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