mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 12:38:01 -05:00
service: nifm: Initialize request state
This commit is contained in:
@ -207,6 +207,7 @@ public:
|
||||
|
||||
event1 = CreateKEvent(service_context, "IRequest:Event1");
|
||||
event2 = CreateKEvent(service_context, "IRequest:Event2");
|
||||
state = RequestState::NotSubmitted;
|
||||
}
|
||||
|
||||
~IRequest() override {
|
||||
|
Reference in New Issue
Block a user