[WIP] Koalageddon mode

This commit is contained in:
acidicoala
2022-06-02 11:48:41 +03:00
parent 53d28ee65d
commit ec10445710
12 changed files with 170 additions and 106 deletions

View File

@@ -157,7 +157,7 @@ namespace steam_apps {
logger->debug("{} -> App ID: {}", function_name, app_id);
}
// Compute count only once
// Compute count only once // FIXME: This doesn't work in Koalageddon mode
static int total_count = [&]() {
original_dlc_count = original_function();
logger->debug("{} -> Original DLC count: {}", function_name, original_dlc_count);