patcher: print patch identifier for each DLL (#517)

This commit is contained in:
bicarus
2026-01-13 04:21:22 -08:00
committed by GitHub
parent b2cc8d404c
commit c00cff2afd
2 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ namespace overlay::windows {
extern std::optional<std::string> PATCH_MANAGER_CFG_PATH_OVERRIDE;
std::string get_game_identifier(const std::filesystem::path& dll_path);
std::string get_game_identifier(const std::filesystem::path& dll_path, bool print_info=false);
class PatchManager : public Window {
public: