mirror of
https://github.com/open-goal/jak-project
synced 2026-06-17 07:08:17 -04:00
Remove assets folder, use more std::filesystem (#1575)
* Remove assets folder, use more std::filesystem * windows fix * another one for windows * another one * better system for different folders * rm debugging stuff * let extractor override everything * dont revert jak1 change
This commit is contained in:
@@ -45,7 +45,7 @@ void TextureDB::add_texture(u32 tpage,
|
||||
}
|
||||
}
|
||||
|
||||
void TextureDB::replace_textures(const std::string& path) {
|
||||
void TextureDB::replace_textures(const std::filesystem::path& path) {
|
||||
std::filesystem::path base_path(path);
|
||||
for (auto& tex : textures) {
|
||||
std::filesystem::path full_path =
|
||||
|
||||
Reference in New Issue
Block a user