More Sapphire GPU work

This commit is contained in:
Adam Honse committed 2020-07-15 14:47:37 -05:00
1 parent f4872c52bd
commit 607d83b795
4 files changed
+43 -4

No files matched your search

@@ -20,9 +20,12 @@ bool TestForSapphireGPUController(i2c_smbus_interface* bus, unsigned char addres
bool pass = false;
int res;
//TODO - detection
if(bus->i2c_smbus_read_byte_data(address, 0x06) == 0xCC)
{
pass = true;
}
return(false);
return(false); //TODO - better detection, leaving disabled for now
} /* TestForSapphireGPUController() */