mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
update
This commit is contained in:
parent
03e24c8c5a
commit
cee427ef2c
1 changed files with 2 additions and 1 deletions
|
@ -27,10 +27,11 @@ namespace utils
|
|||
|
||||
#include "Utilities/sync.h"
|
||||
#include "Utilities/StrFmt.h"
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#ifdef __linux__
|
||||
|
||||
#include <sys/utsname.h>
|
||||
|
||||
bool is_kernel_at_least(int required_major, int required_minor, int required_patch)
|
||||
{
|
||||
struct utsname buf {};
|
||||
|
|
Loading…
Add table
Reference in a new issue