mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
GpuClock64
This commit is contained in:
parent
2b225cdb85
commit
eff0912ff9
1 changed files with 4 additions and 0 deletions
|
@ -662,6 +662,10 @@ struct PM4CmdReleaseMem {
|
|||
*Address<u64>() = DataQWord();
|
||||
break;
|
||||
}
|
||||
case DataSelect::GpuClock64: {
|
||||
// TODO
|
||||
break;
|
||||
}
|
||||
case DataSelect::PerfCounter: {
|
||||
*Address<u64>() = Common::FencedRDTSC();
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue