mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
PPCThread removed (it does nothing anyway)
This commit is contained in:
parent
9b2907dc64
commit
be4e85f0f2
13 changed files with 50 additions and 92 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "Emu/Cell/Common.h"
|
||||
#include "Emu/Cell/PPCThread.h"
|
||||
#include "Emu/CPU/CPUThread.h"
|
||||
#include "Emu/Memory/vm.h"
|
||||
|
||||
enum
|
||||
|
@ -467,7 +467,7 @@ struct FPRdouble
|
|||
static int Cmp(PPCdouble a, PPCdouble b);
|
||||
};
|
||||
|
||||
class PPUThread : public PPCThread
|
||||
class PPUThread : public CPUThread
|
||||
{
|
||||
public:
|
||||
PPCdouble FPR[32]; //Floating Point Register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue