2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

service: nifm: Initialize request state

This commit is contained in:
german77 2023-01-01 20:50:53 -06:00
parent ebd811b535
commit 80bcc18788

View file

@ -207,6 +207,7 @@ public:
event1 = CreateKEvent(service_context, "IRequest:Event1");
event2 = CreateKEvent(service_context, "IRequest:Event2");
state = RequestState::NotSubmitted;
}
~IRequest() override {