aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Threading/KThread.cs
diff options
context:
space:
mode:
authorMary <me@thog.eu>2021-04-18 02:20:06 +0200
committerGitHub <noreply@github.com>2021-04-18 02:20:06 +0200
commitd23511c25c22fc47c54da28854034c5fbc143e33 (patch)
tree4e2779ffc03358c5146b1c056c34b448f4e466d0 /Ryujinx.HLE/HOS/Kernel/Threading/KThread.cs
parent38be18ef2a36c9c6a35a49ff685df9ebbab8baa7 (diff)
Amadeus: Allow out of bound read on empty delay lines (#2223)
This allows to handle an OOB with delay lines when DelayTimeMax = 0. On real hardware, it will end up reading garbage at the given user work buffer address. As we do not use those buffers and allocate them ourself for simplicy, this could possibly cause a crash. Proposed solution here is to only increase the size of _workBuffer by one like what is done in DelayLineReverb3d already. This fixes FEZ. (Ryujinx/Ryujinx-Games-List#3526)
Diffstat (limited to 'Ryujinx.HLE/HOS/Kernel/Threading/KThread.cs')
0 files changed, 0 insertions, 0 deletions