mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +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/sync.h"
|
||||||
#include "Utilities/StrFmt.h"
|
#include "Utilities/StrFmt.h"
|
||||||
#include <sys/utsname.h>
|
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
|
||||||
|
#include <sys/utsname.h>
|
||||||
|
|
||||||
bool is_kernel_at_least(int required_major, int required_minor, int required_patch)
|
bool is_kernel_at_least(int required_major, int required_minor, int required_patch)
|
||||||
{
|
{
|
||||||
struct utsname buf {};
|
struct utsname buf {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue