From f06ed7388df76f09d8fbda765acea5d2923553d4 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 8 Mar 2024 13:24:58 -0700 Subject: Detect Compression Type and Improve Yaml Structure (#21) * Auto detect mio0 * Altered decompressor * Fix bug * Bug fix * fix * debugging * fix debug * Remove logging * Fix spacing * node change * Cleanup * Track compression offset using global var * Implementation * Renames * Simplification * Fixes * Fix debugging output * yaml config segments uses array style * Fix to_hex zero fill * Bug fixes --------- Co-authored-by: = <=> --- src/factories/TextureFactory.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/factories/TextureFactory.cpp') diff --git a/src/factories/TextureFactory.cpp b/src/factories/TextureFactory.cpp index 6aa4f82..a9d0c44 100644 --- a/src/factories/TextureFactory.cpp +++ b/src/factories/TextureFactory.cpp @@ -261,7 +261,6 @@ std::optional> TextureFactory::parse(std::vector> TextureFactory::parse_modding(std::v } SPDLOG_INFO("Size: {}", size); SPDLOG_INFO("Offset: 0x{:X}", offset); - SPDLOG_INFO("Is Compressed: {}", Decompressor::IsCompressed(node) ? "true" : "false"); if(result.size() == 0){ return std::nullopt; -- cgit v1.2.3