georgemoralis
|
8c4f386641
|
made an option for logging to be synced by default instead of async
|
2024-03-11 14:06:39 +02:00 |
georgemoralis
|
02dcf4d45c
|
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 |
georgemoralis
|
02cbebbf78
|
file formats and qt (#88)
* added psf file format
* clang format fix
* crypto functions for pkg decryption
* pkg decryption
* initial add of qt gui , not yet usable
* renamed ini for qt gui settings into shadps4qt.ini
* file detection and loader support
* option to build QT qui
* clang format fix
* fixed reuse
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/loader.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* uppercase fix
* clang format fix
* small fixes
* let's try windows qt build ci
* some more fixes for ci
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update .github/workflows/windows-qt.yml
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* Update src/core/file_format/psf.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* loader namespace
* Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
* constexpr magic
* linux qt ci by qurious
* fix for linux qt
* Make script executable
* ci fix?
---------
Co-authored-by: raziel1000 <ckraziel@gmail.com>
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
Co-authored-by: GPUCode <geoster3d@gmail.com>
|
2024-03-01 00:00:35 +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 |
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 |
Stefanos Kornilios Mitsis Poiitidis
|
724c56d8aa
|
Basic TLS with patching + int 0x80
|
2024-01-20 14:29:23 +02:00 |
GPUCode
|
099d01f96c
|
common: Move timer to common
|
2023-11-06 01:17:28 +02:00 |
GPUCode
|
303f086b14
|
common: Move classes to common namespace
|
2023-11-05 16:56:28 +02:00 |
GPUCode
|
17aefc1aef
|
src: Move certain headers in common
|
2023-11-05 13:41:26 +02:00 |