mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
Small changes
This commit is contained in:
parent
f2276bb70c
commit
2cafa84b75
11 changed files with 86 additions and 70 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
class CPUThread;
|
||||
class PPUThread;
|
||||
struct ARMv7Context;
|
||||
|
||||
namespace vm
|
||||
|
@ -354,7 +354,7 @@ namespace vm
|
|||
public:
|
||||
typedef RT(type)(T...);
|
||||
|
||||
RT operator()(CPUThread& CPU, T... args) const; // defined in CB_FUNC.h, call using specified PPU thread context
|
||||
RT operator()(PPUThread& CPU, T... args) const; // defined in CB_FUNC.h, call using specified PPU thread context
|
||||
|
||||
RT operator()(ARMv7Context& context, T... args) const; // defined in ARMv7Callback.h, passing context is mandatory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue