Browse Source
Merge pull request #1373 from ogniK5377/revert-nifm
Revert GetRequestState
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/hle/service/nifm/nifm.cpp
|
|
@ -65,7 +65,7 @@ private: |
|
|
LOG_WARNING(Service_NIFM, "(STUBBED) called"); |
|
|
LOG_WARNING(Service_NIFM, "(STUBBED) called"); |
|
|
IPC::ResponseBuilder rb{ctx, 3}; |
|
|
IPC::ResponseBuilder rb{ctx, 3}; |
|
|
rb.Push(RESULT_SUCCESS); |
|
|
rb.Push(RESULT_SUCCESS); |
|
|
rb.Push<u32>(3); |
|
|
|
|
|
|
|
|
rb.Push<u32>(0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void GetResult(Kernel::HLERequestContext& ctx) { |
|
|
void GetResult(Kernel::HLERequestContext& ctx) { |
|
|
|