mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
sceKernelConvertUtcToLocaltime implemented
This commit is contained in:
parent
6196336533
commit
64cabdadf2
2 changed files with 28 additions and 0 deletions
|
@ -12,6 +12,12 @@ class SymbolsResolver;
|
|||
|
||||
namespace Libraries::Kernel {
|
||||
|
||||
struct OrbisTimesec {
|
||||
time_t t;
|
||||
u64 west_sec;
|
||||
u64 dst_sec;
|
||||
};
|
||||
|
||||
int32_t PS4_SYSV_ABI sceKernelReleaseDirectMemory(off_t start, size_t len);
|
||||
int* PS4_SYSV_ABI __Error();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue