Skip to content
Snippets Groups Projects
Commit 3f49725a authored by David Marcec's avatar David Marcec
Browse files

Fixed submit

parent cfc9fe44
No related branches found
No related tags found
No related merge requests found
...@@ -63,9 +63,8 @@ public: ...@@ -63,9 +63,8 @@ public:
private: private:
void Submit(Kernel::HLERequestContext& ctx) { void Submit(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service_NIFM, "(STUBBED) called"); LOG_WARNING(Service_NIFM, "(STUBBED) called");
IPC::ResponseBuilder rb{ctx, 3}; IPC::ResponseBuilder rb{ctx, 2};
rb.Push(RESULT_SUCCESS); rb.Push(RESULT_SUCCESS);
rb.Push<u32>(3);
} }
void GetRequestState(Kernel::HLERequestContext& ctx) { void GetRequestState(Kernel::HLERequestContext& ctx) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment