mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-31 09:45:24 +02:00
hTriggerEvent/criticalSection/logPending_ were only initialized when useThread_ was true, but Log() falls back to SendToThread() (which uses all three) whenever the console isn't open yet, regardless of useThread_. With useThread_ false, that meant an uninitialized CRITICAL_SECTION and a null logPending_ write. Dead path today (only reachable via a commented-out line), but now initializes unconditionally. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L4QAoxV2KY7ek4PcZw3WvY