Merge pull request #2301 from FearlessTobi/remove-amiibo-setting

core/yuzu: Remove enable_nfc setting
This commit is contained in:
bunnei 2019-04-01 15:02:08 -04:00 committed by GitHub
commit 62860dc0b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 28 deletions

View file

@ -150,7 +150,7 @@ private:
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(RESULT_SUCCESS);
rb.PushRaw<u8>(Settings::values.enable_nfc);
rb.PushRaw<u8>(true);
}
void GetStateOld(Kernel::HLERequestContext& ctx) {