aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Decoders/Block.cs
diff options
context:
space:
mode:
authorriperiperi <rhy3756547@hotmail.com>2023-05-31 22:43:20 +0100
committerGitHub <noreply@github.com>2023-05-31 21:43:20 +0000
commitc6676007bfdc65724afebac27990c47a5d6aa3dd (patch)
tree83196584e20c31b405db2f801a01c0204bc588bf /src/Ryujinx.Graphics.Shader/Decoders/Block.cs
parent92b0b7d753a07b9865386881524838fe42f3668a (diff)
GPU: Dispose Renderer after running deferred actions (#5144)1.1.848
* GAL: Dispose Renderer after running deferred actions Deferred actions from disposing physical memory instances always dispose the resources in their caches. The renderer can't be disposed before these resources get disposed, otherwise the dispose actions will not actually run, and the ThreadedRenderer may get stuck trying to enqueue too many commands when there is nothing consuming them. This should fix most instances of the emulator freezing on close. * Wait for main render commands to finish, but keep RenderThread alive til dispose * Address some feedback. * No parameterize needed * Set thread name as part of constructor * Port to Ava and SDL2
Diffstat (limited to 'src/Ryujinx.Graphics.Shader/Decoders/Block.cs')
0 files changed, 0 insertions, 0 deletions