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";