shadPS4/src/core
TheTurtle 8ce58389ad
kernel: Implement gettimeofday + other misc fixes (#187)
* kernel: Add gettimeofday

* kernel: Move sceKernelReleaseDirectMemory where it belongs

* savedata: Stub sceSaveDataDialogUpdateStatus to return finished

* memory: Add lock to VirtualQuery and remove debug print

* clang format

* fixed linux build?

* special case for sceKernelWrite (stdin,stdout,stderr)

* special case for case savedata mount

* reduced mutex spamming

* added missing default rwlock attributes init

* kernel: Add more sleep functions

* file_system: Add some functions

* memory: Missed adding some functions

* kernel: Moved some functions to time

* kernel: Fix build error

---------

Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2024-06-10 22:59:12 +03:00
..
aerolib reuse fix 2024-05-12 19:08:26 +03:00
crypto file formats and qt (#88) 2024-03-01 00:00:35 +02:00
file_format stb image moved to externals 2024-05-16 16:59:04 +03:00
file_sys common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
libraries kernel: Implement gettimeofday + other misc fixes (#187) 2024-06-10 22:59:12 +03:00
loader core: Properly implement TLS (#164) 2024-06-05 22:08:18 +03:00
address_space.cpp Fix linux build 2024-06-10 12:13:24 +03:00
address_space.h core: Rework memory manager 2024-06-10 02:13:44 +03:00
linker.cpp core: Properly implement TLS (#164) 2024-06-05 22:08:18 +03:00
linker.h core: Properly implement TLS (#164) 2024-06-05 22:08:18 +03:00
loader.cpp file formats and qt (#88) 2024-03-01 00:00:35 +02:00
loader.h file formats and qt (#88) 2024-03-01 00:00:35 +02:00
memory.cpp kernel: Implement gettimeofday + other misc fixes (#187) 2024-06-10 22:59:12 +03:00
memory.h core: Rework memory manager 2024-06-10 02:13:44 +03:00
module.cpp core: Rework memory manager 2024-06-10 02:13:44 +03:00
module.h core: Properly implement TLS (#164) 2024-06-05 22:08:18 +03:00
platform.h videoout, platform: fix for ooo irqs 2024-05-29 16:02:51 +02:00
tls.cpp core: Properly implement TLS (#164) 2024-06-05 22:08:18 +03:00
tls.h core: Properly implement TLS (#164) 2024-06-05 22:08:18 +03:00
virtual_memory.cpp several fixes (#112) 2024-04-13 22:37:21 +03:00
virtual_memory.h chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00