mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-19 20:01:58 +00:00
Fixes a macOS Metal crash when stopping immediately after boot starts. m_upload_encoder and m_texture_upload_encoder could be dealloc'd during shutdown before endEncoding could be called, which causes a Metal assertion failure. Co-authored-by: OatmealDome <julian@oatmealdome.me> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| MRCHelpers.h | ||
| MTLBoundingBox.h | ||
| MTLBoundingBox.mm | ||
| MTLGfx.h | ||
| MTLGfx.mm | ||
| MTLMain.mm | ||
| MTLObjectCache.h | ||
| MTLObjectCache.mm | ||
| MTLPerfQuery.h | ||
| MTLPerfQuery.mm | ||
| MTLPipeline.h | ||
| MTLPipeline.mm | ||
| MTLShader.h | ||
| MTLShader.mm | ||
| MTLStateTracker.h | ||
| MTLStateTracker.mm | ||
| MTLTexture.h | ||
| MTLTexture.mm | ||
| MTLUtil.h | ||
| MTLUtil.mm | ||
| MTLVertexFormat.h | ||
| MTLVertexFormat.mm | ||
| MTLVertexManager.h | ||
| MTLVertexManager.mm | ||
| VideoBackend.h | ||