mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 17:02:40 +00:00
Update kernel.cpp
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
5c845d4ecc
commit
9d5e84a040
@ -59,7 +59,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