georgemoralis
|
af1e3c02ad
|
LLE libc + other fixes part1 (#97)
* app0 folder is absolute
* some improvements on symbols types
* clang format
* missing libs.h
* improved symbols_resolver
* moved config to config folder
* functions to dump import functions
* improved logging output
* option for debugdump and improvements
* Apply suggestions from code review
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* clang format
---------
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-03-11 13:26:33 +02:00 |
|
GPUCode
|
367350e989
|
common: Rewrite logging based on cut down citra logger (#86)
* common: Rewrite logging based on cut down Citra logger
* code: Misc fixes
* core: Bring back tls handler
* linker: Cleanup
* config: Remove log level
* logging: Enable console output by default
* core: Fix windows build
|
2024-02-28 00:10:34 +02:00 |
|
georgemoralis
|
de0d824fce
|
Modules generation tool (#81)
* Modules generation tool
* apply clang format to generator
* @whereismyfoodat suggestions
* added reuse headers
* reuse part2
* reuse part3
* reuse part3
* replace with hex_id the unknown functions to avoid compile errors with unknown characters from encode_id
* fixes in generation
* some sample module code from autogen tool
* clang format fix
|
2024-02-24 22:39:29 +02:00 |
|
GPUCode
|
7e5b7a7ffa
|
chore: Make shadps4 REUSE compliant
|
2024-02-23 23:33:43 +02:00 |
|
GPUCode
|
d9e30405ba
|
code: Add clang-format target and CI workflow (#82)
* code: Add clang format target, rules and CI workflow
* code: Run clang format on sources
|
2024-02-23 22:57:57 +02:00 |
|
GPUCode
|
7faf2d0ee8
|
common: Rework timekeeping with native RDTSC and port to linux
|
2024-02-23 11:30:06 +02:00 |
|
georgemoralis
|
8e31542122
|
some fs work for openorbis (WIP)
|
2024-01-26 18:01:27 +02:00 |
|
georgemoralis
|
1db6431052
|
functions libkernel to get openrorbis working (without tls)
|
2023-11-19 12:55:07 +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 |
|
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 |
|
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 |
|
GPUCode
|
8ad26a4dc8
|
common: Move classes to common namespace
|
2023-11-05 16:56:28 +02:00 |
|
GPUCode
|
9cc85f4635
|
src: Move certain headers in common
|
2023-11-05 13:41:26 +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 |
|
georgemoralis
|
34846e8b1b
|
finished libc refactoring
|
2023-10-31 19:08:33 +02:00 |
|
georgemoralis
|
90efe48b27
|
libc separate stdlib functions to libc_stdlib
|
2023-10-31 18:12:05 +02:00 |
|
georgemoralis
|
e07cfa1d0f
|
libc separated string functions to libc_string
|
2023-10-31 17:32:56 +02:00 |
|
georgemoralis
|
13b8a74a43
|
cleanup libc (wip) and separated it to several files
|
2023-10-31 15:53:46 +02:00 |
|
georgemoralis
|
6e63d783e5
|
reorganized libc package
|
2023-10-31 15:37:24 +02:00 |
|
georgemoralis
|
6e1b06e606
|
core renaming
|
2023-10-31 14:28:42 +02:00 |
|
georgemoralis
|
a8cd1ac26d
|
refactoring system service
|
2023-10-31 14:04:35 +02:00 |
|
georgemoralis
|
0eef2a0fba
|
user service refactoring
|
2023-10-31 13:35:52 +02:00 |
|
georgemoralis
|
c3a23727d5
|
log scePadOpen
|
2023-10-31 09:04:08 +02:00 |
|
georgemoralis
|
35e632a2f0
|
refactored libpad to new package
|
2023-10-31 09:01:20 +02:00 |
|