Commit graph

494 commits

Author SHA1 Message Date
georgemoralis 3fa14ae739 ugly workaround :D 2024-02-23 14:10:44 +02:00
GPUCode 7faf2d0ee8 common: Rework timekeeping with native RDTSC and port to linux 2024-02-23 11:30:06 +02:00
georgemoralis 79d22151d2 Merge pull request #77 from georgemoralis/TLS_works
TLS branch WIP
2024-01-27 19:14:37 +02:00
Stefanos Kornilios Mitsis Poiitidis 39ad04ba70 Merge branch 'TLS_works' of github.com:georgemoralis/shadPS4 into TLS_works 2024-01-27 17:00:12 +02:00
Stefanos Kornilios Mitsis Poiitidis 86a8241182 skip over 0x66 prefixes in TLS 2024-01-27 16:59:59 +02:00
georgemoralis 8e31542122 some fs work for openorbis (WIP) 2024-01-26 18:01:27 +02:00
georgemoralis 2eeddf8334 orbis weird sceVideoOut calls 2024-01-24 14:46:02 +02:00
Stefanos Kornilios Mitsis Poiitidis e77801f5e6 Basic TLS with patching + int 0x80 2024-01-20 14:29:23 +02:00
georgemoralis 1ca32b213b initial PT_TLS support 2023-11-21 17:27:11 +02:00
georgemoralis 133dc7604e some cleanups 2023-11-21 16:54:10 +02:00
georgemoralis 1db6431052 functions libkernel to get openrorbis working (without tls) 2023-11-19 12:55:07 +02:00
georgemoralis 7cf2e99a07 small correction 2023-11-19 10:48:59 +02:00
georgemoralis e32b543e80 Merge pull request #76 from georgemoralis/threads_and_openorbis_stuff_part1
initial fs implementation (mounting /app0/)
2023-11-19 10:23:23 +02:00
georgemoralis efc542bdb8 initial fs implementation (mounting /app0/) 2023-11-19 10:22:46 +02:00
georgemoralis 820116fcfc Merge pull request #75 from georgemoralis/threads_and_openorbis_stuff_part1
Threads and openorbis stuff part1
2023-11-18 10:51:36 +02:00
georgemoralis 44d0b4b089 scePthreadCond functions 2023-11-16 13:31:12 +02:00
georgemoralis a21f487e89 initial ScePthreadCond works 2023-11-16 09:14:10 +02:00
georgemoralis 8444dd408d prefix in libc functions to avoid messing with std ones 2023-11-16 09:13:50 +02:00
georgemoralis 2ea3a7fe1e some threadman fixes 2023-11-16 08:49:26 +02:00
georgemoralis 339dac69ee Merge pull request #71 from georgemoralis/undertale
Undertale-mutexes
2023-11-12 20:26:51 +02:00
georgemoralis 288c47787b cleanup createMutex 2023-11-12 20:23:42 +02:00
georgemoralis 40bef41646 fixed issue in scePthreadAttrSetschedpolicy 2023-11-12 15:09:18 +02:00
georgemoralis 7b1766a3df better posix errors 2023-11-12 13:23:35 +02:00
wheremyfoodat 880933c432 some adjustments 2023-11-12 10:57:50 +02:00
georgemoralis 1d77bd1f19 added sceSystemServiceGetStatus 2023-11-11 16:25:53 +02:00
georgemoralis a003418138 Merge pull request #72 from wheremyfoodat/libc_undertale
[Libc] Add getptolower/getptoupper/getpctype
2023-11-11 12:31:05 +02:00
wheremyfoodat 85b7621354 [Libc] Add getptolower/getptoupper/getpctype 2023-11-11 12:28:15 +02:00
georgemoralis c836198a74 improved mutex creation 2023-11-11 12:13:43 +02:00
georgemoralis a4342d07b4 init mutex if it doesn't exist when trying to lock (found in openorbis) 2023-11-11 10:49:44 +02:00
georgemoralis 690fa43f97 mutex debugging log 2023-11-11 10:01:16 +02:00
georgemoralis 6e948ccf33 implemented posix error return codes 2023-11-11 09:45:47 +02:00
georgemoralis 7945e53bd1 some mutexlock , mutexunlock implementations 2023-11-10 23:30:28 +02:00
georgemoralis c93f5acf40 some dummy mutexlock-unlock 2023-11-10 21:08:32 +02:00
georgemoralis da9e93b4c9 some refactoring on thread class 2023-11-10 20:51:02 +02:00
georgemoralis 280b340598 added sceMutexInit functions 2023-11-10 19:52:41 +02:00
georgemoralis 5c8a34609d moved thread_management to proper package 2023-11-10 17:31:56 +02:00
georgemoralis ce3392d892 Merge pull request #69 from GPUCode/main
core: Cleanup and reorganize
2023-11-06 06:55:36 +02:00
GPUCode 3b69d5aaaa kernel: To snake case 2023-11-06 01:19:57 +02:00
GPUCode 0150a3e9eb common: Move timer to common 2023-11-06 01:17:28 +02:00
GPUCode 477b4fb07f core: Reorganize 2023-11-06 01:11:54 +02:00
georgemoralis 002604a928 Merge pull request #68 from GPUCode/main
cmake: Refactor third party library management
2023-11-05 22:05:34 +02:00
GPUCode 3359f9289d emulator: Use fmt::format instead of snprintf 2023-11-05 17:14:50 +02:00
GPUCode 7cdcfb6f98 cmake: Add directory groups 2023-11-05 17:08:47 +02:00
GPUCode 8ad26a4dc8 common: Move classes to common namespace 2023-11-05 16:56:28 +02:00
GPUCode 1f4b88282d cmake: Add include directory to winpthread 2023-11-05 16:30:11 +02:00
GPUCode 0765017b4f cmake: Update CMakeLists.txt 2023-11-05 14:21:20 +02:00
GPUCode 9cc85f4635 src: Move certain headers in common 2023-11-05 13:41:26 +02:00
GPUCode 963f665b6f cmake: Refactor library management 2023-11-05 13:22:32 +02:00
georgemoralis a52c11dbb8 libc fprintf implementation for stdout,stderr case (needed from undertale) 2023-11-01 13:02:39 +02:00
georgemoralis cb023852b7 some HLE implementation for undertale game to process further 2023-11-01 12:40:56 +02:00