mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-26 15:20:19 +00:00
Include separate chipset function on windows.
This commit is contained in:
@@ -89,6 +89,12 @@ sysinfo_backend_get_gpu (void)
|
||||
return sysinfo_get_gpu ();
|
||||
}
|
||||
|
||||
char *
|
||||
sysinfo_backend_get_chipset (void)
|
||||
{
|
||||
return sysinfo_get_chipset ();
|
||||
}
|
||||
|
||||
char *
|
||||
sysinfo_backend_get_os (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user