Commit graph

538 commits

Author SHA1 Message Date
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
cc48df327e
Update .github/workflows/windows-qt.yml
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
2024-02-29 16:54:00 +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
c8063743ee let's try windows qt build ci 2024-02-29 16:35:54 +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
5a0ae86a71 Merge branch 'main' into file_formats 2024-02-28 19:10:19 +02:00
georgemoralis
99d013f612 initialaze submodules properly 2024-02-28 19:01:34 +02:00
georgemoralis
84b0aff35b added cryptoopp and zlib-ng modules 2024-02-28 18:45:51 +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
georgemoralis
47e2619b51 update discord submodule 2024-02-28 14:36:44 +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
e40461b0c2
Update README.md
updated build badges , added linux
2024-02-25 20:48:17 +02:00
qurious-pixel
6e1f25d99f
Linux CI (#84)
* Linux CI

* misc formatting

* .reuse
2024-02-25 17:20:53 +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
georgemoralis
d89653551e
Merge pull request #83 from GPUCode/main
chore: Make shadps4 REUSE compliant
2024-02-24 09:00:45 +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
georgemoralis
32a5ff15bb
Merge pull request #80 from shadps4-emu/linux
common: Rework timekeeping with native RDTSC and port to linux
2024-02-23 14:45:05 +02:00
georgemoralis
552d2da17a should work without lib 2024-02-23 14:33:01 +02:00
georgemoralis
b62c44c914 ugly workaround :D 2024-02-23 14:10:44 +02:00
GPUCode
fe43558779 common: Rework timekeeping with native RDTSC and port to linux 2024-02-23 11:30:06 +02:00
georgemoralis
acfa56f6bc
Merge pull request #77 from georgemoralis/TLS_works
TLS branch WIP
2024-01-27 19:14:37 +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