new ui: clear out loaded binary if no IL2CPP images could be loaded

This commit is contained in:
LukeFZ
2025-07-21 17:14:42 +02:00
parent a8a757f3f5
commit 2f13a27296

View File

@@ -85,6 +85,7 @@ public class UiContext
Please check the binary file in a disassembler to ensure that it is an unencrypted IL2CPP binary before submitting a bug report! Please check the binary file in a disassembler to ensure that it is an unencrypted IL2CPP binary before submitting a bug report!
"""); """);
_binary = null;
return false; return false;
} }