Basic ringbuffer worker. Super hacky, not yet writing back to CPU.
This commit is contained in:
@@ -24,11 +24,5 @@ NopGraphicsSystem::NopGraphicsSystem(const CreationParams* params) :
|
||||
NopGraphicsSystem::~NopGraphicsSystem() {
|
||||
}
|
||||
|
||||
uint64_t NopGraphicsSystem::ReadRegister(uint32_t r) {
|
||||
XELOGGPU("ReadRegister(%.4X)", r);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void NopGraphicsSystem::WriteRegister(uint32_t r, uint64_t value) {
|
||||
XELOGGPU("WriteRegister(%.4X, %.8X)", r, value);
|
||||
void NopGraphicsSystem::Initialize() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user