mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +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) {
|
||||
LOG_TRACE(Lib_GnmDriver, "called");
|
||||
|
||||
auto data = sceKernelGetEventData(ev);
|
||||
ASSERT(static_cast<GnmEventType>(data) == GnmEventType::GfxEop);
|
||||
|
||||
return data;
|
||||
return sceKernelGetEventData(ev);
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceGnmGetEqTimeStamp() {
|
||||
|
|
Loading…
Add table
Reference in a new issue