Remove wine support for Cef

This commit is contained in:
Natsumi
2025-08-01 00:50:08 +12:00
parent 7eaa9b55c8
commit 3c21d88efa
23 changed files with 650 additions and 1066 deletions
-7
View File
@@ -147,12 +147,5 @@ namespace VRCX
public override void SetUserAgent()
{
}
public override bool IsRunningUnderWine()
{
return false;
}
}
}
@@ -93,10 +93,5 @@ namespace VRCX
return string.Empty;
}
public override bool IsRunningUnderWine()
{
return false;
}
}
}