Arrange decompilation source/target in directories

This commit is contained in:
KeybadeBlox 2025-12-17 21:46:17 -05:00
parent 21c3864bb7
commit 1c8eb137ee
11 changed files with 9 additions and 9 deletions

View file

@ -6,12 +6,12 @@
],
"units": [
{
"name": "Jet2",
"target_path": "target/Jet2.obj",
"base_path": "src/Jet2.obj",
"complete": true,
"name": "JSRF/Jet2",
"target_path": "target/JSRF/Jet2.obj",
"base_path": "src/JSRF/Jet2.obj",
"metadata": {
"source_path": "src/Jet2.cpp"
"source_path": "src/JSRF/Jet2.cpp",
"complete": true
},
"symbol_mappings": {
"_main_handler": "$L522",
@ -19,4 +19,4 @@
}
}
]
}
}