mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 22:33:17 +00:00
gnmdriver: remove redundant EqEventType assert (#1975)
This commit is contained in:
parent
38f1cc2652
commit
ac2e8c2602
1 changed files with 1 additions and 5 deletions
|
@ -1015,11 +1015,7 @@ int PS4_SYSV_ABI sceGnmGetDebugTimestamp() {
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceGnmGetEqEventType(const SceKernelEvent* ev) {
|
int PS4_SYSV_ABI sceGnmGetEqEventType(const SceKernelEvent* ev) {
|
||||||
LOG_TRACE(Lib_GnmDriver, "called");
|
LOG_TRACE(Lib_GnmDriver, "called");
|
||||||
|
return sceKernelGetEventData(ev);
|
||||||
auto data = sceKernelGetEventData(ev);
|
|
||||||
ASSERT(static_cast<GnmEventType>(data) == GnmEventType::GfxEop);
|
|
||||||
|
|
||||||
return data;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceGnmGetEqTimeStamp() {
|
int PS4_SYSV_ABI sceGnmGetEqTimeStamp() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue