Improved DLC ID cache resolution

This commit is contained in:
acidicoala
2023-01-05 04:05:07 +03:00
parent 7a628c1315
commit c654f9cbfd
5 changed files with 183 additions and 153 deletions

View File

@@ -121,6 +121,7 @@ namespace smoke_api {
}
}
// FIXME: Support for app_id for koalageddon mode
bool should_unlock(uint32_t app_id) {
return config.unlock_all != config.override.contains(app_id);
}