mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-06-17 06:35:20 +02:00
service: nifm: Initialize request state
This commit is contained in:
parent
ebd811b535
commit
80bcc18788
@ -207,6 +207,7 @@ public:
|
||||
|
||||
event1 = CreateKEvent(service_context, "IRequest:Event1");
|
||||
event2 = CreateKEvent(service_context, "IRequest:Event2");
|
||||
state = RequestState::NotSubmitted;
|
||||
}
|
||||
|
||||
~IRequest() override {
|
||||
|
Loading…
Reference in New Issue
Block a user