From f2320cdf078bf98301aa4c50f5b5b0e9b9466bb3 Mon Sep 17 00:00:00 2001 From: CrazyRedMachine Date: Sat, 27 Apr 2024 21:31:22 +0200 Subject: [PATCH] add warning for back to song select without quick retire --- popnhax/dllmain.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popnhax/dllmain.cc b/popnhax/dllmain.cc index ebf556c..e2409d8 100644 --- a/popnhax/dllmain.cc +++ b/popnhax/dllmain.cc @@ -5475,6 +5475,8 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv if (config.quick_retire) { patch_quick_retire(config.pfree); + } else if (config.back_to_song_select) { + LOG("WARNING: back to song select cannot be enabled without quick retire.\n"); } if (config.score_challenge) {