mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-21 23:04:27 +00:00
In a race condition, the core could shut down between the `JitInterface::GetCore` nullptr check and the `JitInterface::JitBlockLogDump` call which constructs a `CPUThreadGuard`. In this scenario, nothing horrible happens—`JitBlockLogDump` also checks for a nullptr—but it would be a failure to display the correct feedback to the user. |
||
|---|---|---|
| .. | ||
| AndroidCommon | ||
| Cheats | ||
| Config | ||
| GameList | ||
| Input | ||
| ActivityTracker.cpp | ||
| CMakeLists.txt | ||
| GpuDriver.cpp | ||
| Host.cpp | ||
| Host.h | ||
| InfinityConfig.cpp | ||
| MainAndroid.cpp | ||
| RiivolutionPatches.cpp | ||
| SkylanderConfig.cpp | ||
| WiiUtils.cpp | ||