mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Using environment folder paths for System32 dir
This commit is contained in:
@@ -8,7 +8,7 @@ namespace ZuneModCore.Mods
|
|||||||
{
|
{
|
||||||
public class VideoSyncMod : Mod
|
public class VideoSyncMod : Mod
|
||||||
{
|
{
|
||||||
private const string WMVCORE_PATH = @"C:\Windows\System32\WMVCORE.dll";
|
private readonly string WMVCORE_PATH = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), "WMVCORE.dll");
|
||||||
|
|
||||||
public override string Title => "Fix Video Sync";
|
public override string Title => "Fix Video Sync";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user