diff options
| author | Xpl0itR <xpl0itr@outlook.com> | 2020-04-25 14:01:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 23:01:32 +1000 |
| commit | a065dc1626d2fa4cb5c7300a1aa8713ffb4f5896 (patch) | |
| tree | 7bca624924ef12d5a9b34aca1bd794775d3ae7fa /Ryujinx.Common/Ryujinx.Common.csproj | |
| parent | fe5bb439f18cfcce55b44bc45c9632ab6594b38f (diff) | |
Log Ryujinx Version, OS Name, CPU Name and RAM size (#1102)
* Log Ryujinx version and OS
* Log total RAM size and CPU name
* Requested changes
* requested change
* jd's requested changes
* jd's requested changes
Diffstat (limited to 'Ryujinx.Common/Ryujinx.Common.csproj')
| -rw-r--r-- | Ryujinx.Common/Ryujinx.Common.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Ryujinx.Common.csproj b/Ryujinx.Common/Ryujinx.Common.csproj index 26fb73c4..e902d26a 100644 --- a/Ryujinx.Common/Ryujinx.Common.csproj +++ b/Ryujinx.Common/Ryujinx.Common.csproj @@ -31,6 +31,7 @@ <NoWarn>NU1701</NoWarn> </PackageReference> <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> + <PackageReference Include="System.Management" Version="4.7.0" /> <PackageReference Include="Utf8Json" Version="1.3.7" /> </ItemGroup> |
