aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
AgeCommit message (Expand)Author
2022-12-15Replace `DllImport` usage with `LibraryImport` (#4084)1.1.472Isaac Marovitz
2022-12-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2021-03-01Revise SystemInfo (#2047)mageven
2020-12-01common: Fix last warning in SystemInfo (#1757)Ac_K
2020-11-27Remove some warnings and cleaning code (#1736)Ac_K
2020-08-04Improved Logger (#1292)mageven
2020-07-30common: Fix WMI exception (#1422)Ac_K
2020-05-04Refactor SystemInfo and implement macOS system info backend (#1177)Mary