More Sapphire GPU work

This commit is contained in:
Adam Honse 2020-07-15 14:47:20 -05:00
parent f4872c52bd
commit 607d83b795
4 changed files with 43 additions and 4 deletions

View file

@ -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() */