mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
patches: disable patches tab for unity games (#425)
## Description of change To redirect confused users why no one is developing a remote patch server for PolCho ## Testing checked spicecfg in working vs non-working games
This commit is contained in:
@@ -288,6 +288,12 @@ namespace overlay::windows {
|
|||||||
this->reload_local_patches();
|
this->reload_local_patches();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (avs::game::DLL_NAME == "kamunity.dll") {
|
||||||
|
ImGui::TextColored(ImVec4(1.f, 0.f, 0.f, 1.f), "Patches are not supported for Unity-based games.");
|
||||||
|
ImGui::TextColored(ImVec4(1.f, 0.f, 0.f, 1.f), "Instead, look for downloads of pre-patched DLLs.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// game code info
|
// game code info
|
||||||
std::string identifiers;
|
std::string identifiers;
|
||||||
identifiers += avs::game::get_identifier() + "\n\n";
|
identifiers += avs::game::get_identifier() + "\n\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user