Utilities : Return distro info instead of kernel version

Utilities: Return  distro info instead of kernel version
Co-Authored-By: Ty <29295048+F0bes@users.noreply.github.com>
This commit is contained in:
Mrlinkwii 2021-08-15 15:49:13 +01:00 committed by lightningterror
parent 7b587dcc9c
commit 692adbd04a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* PCSX2 - PS2 Emulator for PCs
* Copyright (C) 2002-2010 PCSX2 Dev Team
* Copyright (C) 2002-2021 PCSX2 Dev Team
*
* PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
@ -52,7 +52,7 @@ u64 GetCPUTicks()
wxString GetOSVersionString()
{
return wxGetOsDescription();
return wxGetLinuxDistributionInfo().Description;
}
void ScreensaverAllow(bool allow)