TotK boots with overriden audio REV15

This commit is contained in:
LotP1 2025-06-23 01:38:17 +02:00
parent 6ffd10a327
commit e984b0d1e7

View file

@ -50,7 +50,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid.Types.SharedMemory.Common
ulong value = BinaryPrimitives.ReadUInt64LittleEndian(byteSpan);
return value;
return value << 1;
}
private static int GetSamplingNumberFieldOffset<T>(ref T sampledDataStruct) where T : unmanaged, ISampledDataStruct