mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 20:55:46 -04:00
CPU/Recompiler: Read GTE registers directly from struct
This commit is contained in:
@ -2,11 +2,22 @@
|
||||
#include "common/state_wrapper.h"
|
||||
#include "gte_types.h"
|
||||
|
||||
namespace CPU {
|
||||
class Core;
|
||||
|
||||
namespace Recompiler {
|
||||
class CodeGenerator;
|
||||
}
|
||||
} // namespace CPU
|
||||
|
||||
namespace GTE {
|
||||
|
||||
class Core
|
||||
{
|
||||
public:
|
||||
friend CPU::Core;
|
||||
friend CPU::Recompiler::CodeGenerator;
|
||||
|
||||
Core();
|
||||
~Core();
|
||||
|
||||
|
Reference in New Issue
Block a user