mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
7b587dcc9c
commit
692adbd04a
|
@ -1,5 +1,5 @@
|
||||||
/* PCSX2 - PS2 Emulator for PCs
|
/* 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
|
* 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-
|
* of the GNU Lesser General Public License as published by the Free Software Found-
|
||||||
|
@ -52,7 +52,7 @@ u64 GetCPUTicks()
|
||||||
|
|
||||||
wxString GetOSVersionString()
|
wxString GetOSVersionString()
|
||||||
{
|
{
|
||||||
return wxGetOsDescription();
|
return wxGetLinuxDistributionInfo().Description;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScreensaverAllow(bool allow)
|
void ScreensaverAllow(bool allow)
|
||||||
|
|
Loading…
Reference in New Issue