mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
GpuClock64
This commit is contained in:
parent
2b225cdb85
commit
eff0912ff9
@ -662,6 +662,10 @@ struct PM4CmdReleaseMem {
|
|||||||
*Address<u64>() = DataQWord();
|
*Address<u64>() = DataQWord();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case DataSelect::GpuClock64: {
|
||||||
|
// TODO
|
||||||
|
break;
|
||||||
|
}
|
||||||
case DataSelect::PerfCounter: {
|
case DataSelect::PerfCounter: {
|
||||||
*Address<u64>() = Common::FencedRDTSC();
|
*Address<u64>() = Common::FencedRDTSC();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user