Cemu/src
Fabio Arnold 555469974c Metal: fix null pointer use in LatteTextureViewMtl destructor
std::map::operator[] inserts a default-constructed (null) value when
the key is absent. In GetSwizzledView, m_fallbackViewCache[key] would
insert a null entry, but if a free slot existed in m_viewCache the
texture was stored there instead, leaving the null entry in
m_fallbackViewCache. The destructor then iterated the map and called
->release() on that null pointer.
2026-03-29 16:53:56 +02:00
..
audio build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
Cafe Metal: fix null pointer use in LatteTextureViewMtl destructor 2026-03-29 16:53:56 +02:00
Cemu build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
Common build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
config build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
gui build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
imgui build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
input input: Fix bitwise operation for button mask (#1851) 2026-03-29 08:56:12 +02:00
resource build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
tools Add Metal backend (#1287) 2025-12-06 17:14:25 +01:00
util build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
CMakeLists.txt build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
main.cpp Windows: Don't re-attach stdio when piping output (#1812) 2026-02-19 03:30:45 +01:00
mainLLE.cpp UI+build: Isolate wxWidgets code from non-GUI code (#1633) 2025-07-15 04:28:41 +02:00