mimeProcess.StartInfo.Arguments=$"install --novendor --mode user {mimeTypesFile}";
mimeProcess.Start();
mimeProcess.WaitForExit();
if(mimeProcess.ExitCode!=0)
{
Logger.Error?.PrintMsg(LogClass.Application,$"Unable to install mime types. Make sure xdg-utils is installed. Process exited with code: {mimeProcess.ExitCode}");
_=MessageBoxA(IntPtr.Zero,"You are running an outdated version of Windows.\n\nStarting on June 1st 2022, Ryujinx will only support Windows 10 1803 and newer.\n",$"Ryujinx {Version}",MB_ICONWARNING);