kernel: Fix stack corruption from OrbisTimesec

This commit is contained in:
raphaelthegreat 2024-06-05 22:27:28 +03:00
parent ae7e6dafd5
commit 705d326a6d
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ namespace Libraries::Kernel {
struct OrbisTimesec { struct OrbisTimesec {
time_t t; time_t t;
u64 west_sec; u32 west_sec;
u64 dst_sec; u32 dst_sec;
}; };
int32_t PS4_SYSV_ABI sceKernelReleaseDirectMemory(off_t start, size_t len); int32_t PS4_SYSV_ABI sceKernelReleaseDirectMemory(off_t start, size_t len);