make DOLFileIndex support both compressed and uncompressed files simultaneously

This commit is contained in:
Martin Michelsen
2023-08-26 21:00:01 -07:00
parent 1d0c0088d6
commit d93866146a
5 changed files with 23 additions and 50 deletions
-1
View File
@@ -60,7 +60,6 @@ struct ServerState {
bool item_tracking_enabled;
bool drops_enabled;
bool episode_3_send_function_call_enabled;
bool enable_dol_compression;
bool catch_handler_exceptions;
uint32_t ep3_behavior_flags;
RunShellBehavior run_shell_behavior;