Serialize ArchiveManager and other code review actions
This commit is contained in:
@@ -88,7 +88,8 @@ void SRV::EnableNotification(Kernel::HLERequestContext& ctx) {
|
||||
class SRV::ThreadCallback : public Kernel::HLERequestContext::WakeupCallback {
|
||||
|
||||
public:
|
||||
ThreadCallback(Core::System& system_, std::string name_) : system(system_), name(name_) {}
|
||||
explicit ThreadCallback(Core::System& system_, std::string name_)
|
||||
: system(system_), name(name_) {}
|
||||
|
||||
void WakeUp(std::shared_ptr<Kernel::Thread> thread, Kernel::HLERequestContext& ctx,
|
||||
Kernel::ThreadWakeupReason reason) {
|
||||
|
||||
Reference in New Issue
Block a user