georgemoralis
|
fa173da189
|
constexpr magic
|
2024-02-29 17:23:49 +02:00 |
georgemoralis
|
26161707ab
|
Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 17:21:20 +02:00 |
georgemoralis
|
f933ba262e
|
loader namespace
|
2024-02-29 17:20:52 +02:00 |
georgemoralis
|
30f3f8cb20
|
Update src/core/file_format/psf.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 16:55:28 +02:00 |
georgemoralis
|
c9895326e2
|
Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 16:55:04 +02:00 |
georgemoralis
|
dd0e155c0e
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 16:53:41 +02:00 |
georgemoralis
|
f9703c0f9d
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 16:53:34 +02:00 |
georgemoralis
|
eb195c26eb
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 16:53:25 +02:00 |
georgemoralis
|
ca45cf6b7f
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 16:53:18 +02:00 |
georgemoralis
|
3f900b41b5
|
some more fixes for ci
|
2024-02-29 16:44:34 +02:00 |
georgemoralis
|
c1e701a2e5
|
small fixes
|
2024-02-29 16:22:01 +02:00 |
georgemoralis
|
f1697b666e
|
clang format fix
|
2024-02-29 12:45:08 +02:00 |
georgemoralis
|
0ed79a92a5
|
uppercase fix
|
2024-02-29 12:39:05 +02:00 |
georgemoralis
|
73e7ddbab4
|
Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 12:39:33 +02:00 |
georgemoralis
|
c9ed9dbcc1
|
Update src/core/loader.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 12:39:25 +02:00 |
georgemoralis
|
caa213f36b
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 12:39:10 +02:00 |
georgemoralis
|
3a7200dbac
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 12:39:03 +02:00 |
georgemoralis
|
66486248ec
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 12:38:57 +02:00 |
georgemoralis
|
9fef4fc050
|
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
2024-02-29 12:38:50 +02:00 |
georgemoralis
|
a4f4e2fc66
|
fixed reuse
|
2024-02-29 12:16:35 +02:00 |
georgemoralis
|
8a74103603
|
clang format fix
|
2024-02-29 12:12:26 +02:00 |
georgemoralis
|
9ea5daaad9
|
option to build QT qui
|
2024-02-29 12:10:08 +02:00 |
georgemoralis
|
083c990ca6
|
file detection and loader support
|
2024-02-29 08:40:41 +02:00 |
georgemoralis
|
3328e82c9c
|
renamed ini for qt gui settings into shadps4qt.ini
|
2024-02-28 20:35:34 +02:00 |
georgemoralis
|
27ad7529ad
|
initial add of qt gui , not yet usable
|
2024-02-28 20:34:04 +02:00 |
raziel1000
|
7a9d6c3312
|
pkg decryption
|
2024-02-28 20:10:47 +02:00 |
georgemoralis
|
cf6f9db055
|
crypto functions for pkg decryption
|
2024-02-28 19:28:18 +02:00 |
georgemoralis
|
6cd20f33bd
|
clang format fix
|
2024-02-28 15:20:32 +02:00 |
raziel1000
|
8afc346f55
|
added psf file format
|
2024-02-28 15:16:27 +02:00 |
GPUCode
|
79d6c8a377
|
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
|
b3084646a8
|
submodules fixes (#87)
* update discord-rpc
* ignore gitmodules on reuse
* imgui not used atm removed
|
2024-02-27 20:24:47 +02:00 |
georgemoralis
|
08aba86ca1
|
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
|
584b7d2b15
|
chore: Make shadps4 REUSE compliant
|
2024-02-23 23:33:43 +02:00 |
GPUCode
|
6f4c6ae0bb
|
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
|
fe43558779
|
common: Rework timekeeping with native RDTSC and port to linux
|
2024-02-23 11:30:06 +02:00 |
Stefanos Kornilios Mitsis Poiitidis
|
a58289a353
|
Merge branch 'TLS_works' of github.com:georgemoralis/shadPS4 into TLS_works
|
2024-01-27 17:00:12 +02:00 |
Stefanos Kornilios Mitsis Poiitidis
|
6de4736e50
|
skip over 0x66 prefixes in TLS
|
2024-01-27 16:59:59 +02:00 |
georgemoralis
|
ff43fec76a
|
some fs work for openorbis (WIP)
|
2024-01-26 18:01:27 +02:00 |
georgemoralis
|
57ddf939d4
|
orbis weird sceVideoOut calls
|
2024-01-24 14:46:02 +02:00 |
Stefanos Kornilios Mitsis Poiitidis
|
724c56d8aa
|
Basic TLS with patching + int 0x80
|
2024-01-20 14:29:23 +02:00 |
georgemoralis
|
af18453950
|
initial PT_TLS support
|
2023-11-21 17:27:11 +02:00 |
georgemoralis
|
b6d98d4b72
|
some cleanups
|
2023-11-21 16:54:10 +02:00 |
georgemoralis
|
4f6dc8fddb
|
functions libkernel to get openrorbis working (without tls)
|
2023-11-19 12:55:07 +02:00 |
georgemoralis
|
f57f668c92
|
small correction
|
2023-11-19 10:48:59 +02:00 |
georgemoralis
|
093ebb568c
|
initial fs implementation (mounting /app0/)
|
2023-11-19 10:22:46 +02:00 |
georgemoralis
|
3e8cd57986
|
scePthreadCond functions
|
2023-11-16 13:31:12 +02:00 |
georgemoralis
|
1316443c59
|
initial ScePthreadCond works
|
2023-11-16 09:14:10 +02:00 |
georgemoralis
|
776a680e85
|
prefix in libc functions to avoid messing with std ones
|
2023-11-16 09:13:50 +02:00 |
georgemoralis
|
cad5ac34b0
|
some threadman fixes
|
2023-11-16 08:49:26 +02:00 |
georgemoralis
|
dde91c1c4d
|
Merge pull request #71 from georgemoralis/undertale
Undertale-mutexes
|
2023-11-12 20:26:51 +02:00 |