Merge branch 'main' into update-gfx-pipeline

This commit is contained in:
MihailRis
2025-06-02 21:42:56 +03:00
26 changed files with 464 additions and 95 deletions
+3
View File
@@ -192,6 +192,9 @@ std::string EnginePaths::createWriteableDevice(const std::string& name) {
break;
}
}
if (name == "core") {
folder = "res:";
}
if (folder.emptyOrInvalid()) {
throw std::runtime_error("pack not found");
}