Replace 5.x+ individual patch files with universal

This commit is contained in:
Thoronium
2025-03-27 01:08:38 -06:00
parent fcd08cace5
commit 028ee380f2
5 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -153,8 +153,9 @@ pub async fn patch_game(_newer_game: bool, version: String) -> bool {
return true;
}
// For 5.0 and up
// For 5.0 and up use universal
if i_ver > 49 {
patch_path = PathBuf::from(system_helpers::install_location()).join("patch/5version.dll");
let replaced50 = file_helpers::copy_file_with_new_name(
patch_path.clone().to_str().unwrap().to_string(),
get_game_rsa_path().await.unwrap(),