GpuClock64

This commit is contained in:
DanielSvoboda 2024-08-02 18:51:21 -03:00 committed by GitHub
parent 2b225cdb85
commit eff0912ff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -662,6 +662,10 @@ struct PM4CmdReleaseMem {
*Address<u64>() = DataQWord();
break;
}
case DataSelect::GpuClock64: {
// TODO
break;
}
case DataSelect::PerfCounter: {
*Address<u64>() = Common::FencedRDTSC();
break;