From 49dd5d99d160c9c3bd2c51cd31c2f9dbfc68e521 Mon Sep 17 00:00:00 2001 From: Ran-j Date: Sat, 29 Nov 2025 11:11:07 -0300 Subject: [PATCH] feat: default single file --- ps2xAnalyzer/src/elf_analyzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps2xAnalyzer/src/elf_analyzer.cpp b/ps2xAnalyzer/src/elf_analyzer.cpp index 7fef6c2..401b5d5 100644 --- a/ps2xAnalyzer/src/elf_analyzer.cpp +++ b/ps2xAnalyzer/src/elf_analyzer.cpp @@ -107,7 +107,7 @@ namespace ps2recomp file << "output = \"" << escapeBackslashes(outputDirStr) << "\"\n\n"; file << "# Single file output mode (false for one file per function)\n"; - file << "single_file_output = false\n\n"; + file << "single_file_output = true\n\n"; file << "# Functions to stub (these will generate empty implementations)\n"; file << "stubs = [\n";