mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
nfp: Increase Amiibo scanning delay (#2256)
This commit is contained in:
@ -159,7 +159,7 @@ namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp
|
||||
if (context.Device.System.NfpDevices[i].State == NfpDeviceState.TagFound)
|
||||
{
|
||||
context.Device.System.NfpDevices[i].SignalActivate();
|
||||
Thread.Sleep(50); // NOTE: Simulate amiibo scanning delay.
|
||||
Thread.Sleep(125); // NOTE: Simulate amiibo scanning delay.
|
||||
context.Device.System.NfpDevices[i].SignalDeactivate();
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user