mirror of
https://github.com/mogzol/sharpii.git
synced 2024-11-17 16:09:17 +01:00
Add other OS support
This commit is contained in:
parent
877b28156d
commit
e52e2716a8
@ -34,7 +34,7 @@ namespace Sharpii
|
|||||||
Environment.Exit(0);
|
Environment.Exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!File.Exists(Path.GetDirectoryName(Application.ExecutablePath) + "\\libWiiSharp.dll"))
|
if (!File.Exists(Path.GetDirectoryName(Application.ExecutablePath) + Path.DirectorySeparatorChar + "libWiiSharp.dll"))
|
||||||
{
|
{
|
||||||
Console.WriteLine("ERROR: libWiiSharp.dll not found");
|
Console.WriteLine("ERROR: libWiiSharp.dll not found");
|
||||||
Console.WriteLine("\n\nAttemp to download? [Y/N]");
|
Console.WriteLine("\n\nAttemp to download? [Y/N]");
|
||||||
|
Loading…
Reference in New Issue
Block a user