mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-25 20:33:04 +00: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");
|
event1 = CreateKEvent(service_context, "IRequest:Event1");
|
||||||
event2 = CreateKEvent(service_context, "IRequest:Event2");
|
event2 = CreateKEvent(service_context, "IRequest:Event2");
|
||||||
|
state = RequestState::NotSubmitted;
|
||||||
}
|
}
|
||||||
|
|
||||||
~IRequest() override {
|
~IRequest() override {
|
||||||
|
|
Loading…
Reference in a new issue