mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
Update kernel.cpp (#2125)
In kernel.cpp boost io_context.reset() deprecated/discontinued in latest versions. Changed to io_context.restart() as recommended.
This commit is contained in:
parent
e134fc5f1e
commit
a5440e0e43
@ -60,7 +60,7 @@ static void KernelServiceThread(std::stop_token stoken) {
|
||||
}
|
||||
|
||||
io_context.run();
|
||||
io_context.reset();
|
||||
io_context.restart();
|
||||
|
||||
asio_requests = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user