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

Merge pull request #1373 from ogniK5377/revert-nifm

Revert GetRequestState
This commit is contained in:
bunnei 2018-09-20 22:19:58 -04:00 committed by GitHub
commit 9f92533cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ private:
LOG_WARNING(Service_NIFM, "(STUBBED) called");
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(RESULT_SUCCESS);
rb.Push<u32>(3);
rb.Push<u32>(0);
}
void GetResult(Kernel::HLERequestContext& ctx) {