add xbox patch support

This commit is contained in:
Martin Michelsen
2024-01-21 21:56:48 -08:00
parent db3cecdd2b
commit 80a57f9d3e
147 changed files with 584 additions and 198 deletions
+1 -1
View File
@@ -1427,7 +1427,7 @@ void ServerState::load_quest_index() {
void ServerState::compile_functions() {
config_log.info("Compiling client functions");
this->function_code_index = make_shared<FunctionCodeIndex>("system/ppc");
this->function_code_index = make_shared<FunctionCodeIndex>("system/client-functions");
}
void ServerState::load_dol_files() {