Misc sanity checks

This commit is contained in:
Henrik Rydgård
2025-06-14 08:45:02 +02:00
parent aea6df0ca4
commit 70f1edb28f
8 changed files with 37 additions and 18 deletions
+3
View File
@@ -9,6 +9,9 @@
#include "Core/MIPS/JitCommon/JitState.h"
JitCompareScreen::JitCompareScreen() : UIDialogScreenWithBackground() {
if (!MIPSComp::jit) {
return;
}
JitBlockCacheDebugInterface *blockCacheDebug = MIPSComp::jit->GetBlockCacheDebugInterface();
// The only defaults that make sense.
if (blockCacheDebug->SupportsProfiling()) {