mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Compilation fix
This commit is contained in:
parent
d5e94d4cd9
commit
b7b33145f6
2 changed files with 15 additions and 8 deletions
|
@ -526,7 +526,7 @@ static const s32 MAX_INT_VALUE = 0x7fffffff;
|
|||
class PPUThread : public PPCThread
|
||||
{
|
||||
public:
|
||||
std::atomic<u32> owned_mutexes;
|
||||
u32 owned_mutexes;
|
||||
|
||||
public:
|
||||
PPCdouble FPR[32]; //Floating Point Register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue