UnPSARC
UnPSARC copied to clipboard
Fix: Correct Path.Combine usage for Oodle DLL check
This PR fixes a bug in the CheckForOodle method where oo2core_9_win64.dll might not be found even if present in the application directory.
Problem: The directory path and filename were concatenated using + before being passed as a single argument to Path.Combine. This prevented Path.Combine from adding the necessary directory separator (e.g., ).