mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
clang (i hate you)
This commit is contained in:
parent
b13117c96b
commit
67022d825d
@ -363,7 +363,6 @@ int PS4_SYSV_ABI sceKernelAddTimerEvent(SceKernelEqueue eq, int id, SceKernelUse
|
|||||||
auto timer = std::make_shared<boost::asio::steady_timer>(
|
auto timer = std::make_shared<boost::asio::steady_timer>(
|
||||||
io_context, std::chrono::milliseconds(interval_ms));
|
io_context, std::chrono::milliseconds(interval_ms));
|
||||||
|
|
||||||
|
|
||||||
if (!eq->AddEvent(event)) {
|
if (!eq->AddEvent(event)) {
|
||||||
return ORBIS_KERNEL_ERROR_ENOMEM;
|
return ORBIS_KERNEL_ERROR_ENOMEM;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user