mirror of
https://github.com/open-goal/jak-project
synced 2026-08-16 13:17:34 -04:00
compiler startup speed, decomp options, add some shrub docs (#1187)
This commit is contained in:
+2
-2
@@ -190,9 +190,9 @@ int main(int argc, char** argv) {
|
||||
fmt::print("[Mem] After text: {} MB\n", get_peak_rss() / (1024 * 1024));
|
||||
|
||||
decompiler::TextureDB tex_db;
|
||||
if (config.process_tpages) {
|
||||
if (config.process_tpages || config.levels_extract) {
|
||||
auto result = db.process_tpages(tex_db);
|
||||
if (!result.empty()) {
|
||||
if (!result.empty() && config.process_tpages) {
|
||||
file_util::write_text_file(file_util::get_file_path({"assets", "tpage-dir.txt"}), result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user