feat: default single file

This commit is contained in:
Ran-j
2025-11-29 11:11:07 -03:00
parent a311b73bf7
commit 49dd5d99d1
+1 -1
View File
@@ -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";