mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 19:44:46 +00:00
fixed linux build?
This commit is contained in:
parent
107e109903
commit
6ee92f9ab9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class SymbolsResolver;
|
|||
namespace Libraries::Kernel {
|
||||
|
||||
struct OrbisKernelTimeval {
|
||||
time_t tv_sec;
|
||||
u64 tv_sec;
|
||||
u64 tv_usec;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue