diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56600d32..6f84ac33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: - name: Setup Qt uses: jurplel/install-qt-action@v4 with: - version: 6.7.2 + version: 6.7.3 host: windows target: desktop arch: win64_msvc2019_64 @@ -233,7 +233,7 @@ jobs: arch -x86_64 /usr/local/bin/brew install molten-vk - uses: jurplel/install-qt-action@v4 with: - version: 6.7.2 + version: 6.7.3 host: mac target: desktop arch: clang_64 diff --git a/.gitmodules b/.gitmodules index b2543534..e3dda94f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,6 +85,7 @@ [submodule "externals/half"] path = externals/half url = https://github.com/ROCm/half.git + shallow = true [submodule "externals/dear_imgui"] path = externals/dear_imgui url = https://github.com/shadps4-emu/ext-imgui.git @@ -93,3 +94,4 @@ [submodule "externals/pugixml"] path = externals/pugixml url = https://github.com/zeux/pugixml.git + shallow = true \ No newline at end of file diff --git a/README.md b/README.md index aacc7bb1..83f59a2c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ SPDX-License-Identifier: GPL-2.0-or-later

- - - - + + + +

# General information @@ -175,12 +175,6 @@ A few noteworthy teams/projects who've helped us along the way are: - [**hydra**](https://github.com/hydra-emu/hydra): A multisystem, multiplatform emulator (chip-8, GB, NES, N64) from Paris. - -# Sister Projects - -- [**Panda3DS**](https://github.com/wheremyfoodat/Panda3DS): A multiplatform 3DS emulator from our co-author wheremyfoodat. -- [**hydra**](https://github.com/hydra-emu/hydra): A multisystem, multiplatform emulator (chip-8, GB, NES, N64) from Paris. - # License - [**GPL-2.0 license**](https://github.com/shadps4-emu/shadPS4/blob/main/LICENSE) diff --git a/REUSE.toml b/REUSE.toml index 866f94a0..39ea0c21 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -10,10 +10,7 @@ path = [ ".gitmodules", "documents/changelog.txt", "documents/Quickstart/2.png", - "documents/Screenshots/Bloodborne.png", - "documents/Screenshots/Sonic Mania.png", - "documents/Screenshots/Undertale.png", - "documents/Screenshots/We are DOOMED.png", + "documents/Screenshots/*", "scripts/ps4_names.txt", "src/images/about_icon.png", "src/images/controller_icon.png", diff --git a/documents/Screenshots/1.png b/documents/Screenshots/1.png new file mode 100644 index 00000000..f5a5299e Binary files /dev/null and b/documents/Screenshots/1.png differ diff --git a/documents/Screenshots/2.png b/documents/Screenshots/2.png new file mode 100644 index 00000000..c80ff04f Binary files /dev/null and b/documents/Screenshots/2.png differ diff --git a/documents/Screenshots/3.png b/documents/Screenshots/3.png new file mode 100644 index 00000000..c41d71c8 Binary files /dev/null and b/documents/Screenshots/3.png differ diff --git a/documents/Screenshots/4.png b/documents/Screenshots/4.png new file mode 100644 index 00000000..e5aaa66e Binary files /dev/null and b/documents/Screenshots/4.png differ diff --git a/documents/Screenshots/Bloodborne.png b/documents/Screenshots/Bloodborne.png deleted file mode 100644 index b66222b4..00000000 Binary files a/documents/Screenshots/Bloodborne.png and /dev/null differ diff --git a/documents/Screenshots/Sonic Mania.png b/documents/Screenshots/Sonic Mania.png deleted file mode 100644 index 70bdacec..00000000 Binary files a/documents/Screenshots/Sonic Mania.png and /dev/null differ diff --git a/documents/Screenshots/Undertale.png b/documents/Screenshots/Undertale.png deleted file mode 100644 index c3e7745d..00000000 Binary files a/documents/Screenshots/Undertale.png and /dev/null differ diff --git a/documents/Screenshots/We are DOOMED.png b/documents/Screenshots/We are DOOMED.png deleted file mode 100644 index 757160e5..00000000 Binary files a/documents/Screenshots/We are DOOMED.png and /dev/null differ diff --git a/documents/changelog.txt b/documents/changelog.txt index 0e189f58..33c3f77b 100644 --- a/documents/changelog.txt +++ b/documents/changelog.txt @@ -1,3 +1,14 @@ +v0.3.0 23/09/2024 - codename broamic +================= + +- Cheat/Patching support +- DLC support +- New translations support (26 languages) +- Support for unlocking trophies +- Support for more controllers (Dualshock and Xbox) +- Many GUI imporovements +- AVplayer + v0.2.0 15/08/2024 - codename validptr ================= - Adding macOS support diff --git a/externals/date b/externals/date index 1ead6715..51ce7e13 160000 --- a/externals/date +++ b/externals/date @@ -1 +1 @@ -Subproject commit 1ead6715dec030d340a316c927c877a3c4e5a00c +Subproject commit 51ce7e131079c061533d741be5fe7cca57f2faac diff --git a/externals/fmt b/externals/fmt index c9851835..8ee89546 160000 --- a/externals/fmt +++ b/externals/fmt @@ -1 +1 @@ -Subproject commit c98518351efd5a46f5d448e947e0b7242d197d07 +Subproject commit 8ee89546ffcf046309d1f0d38c0393f02fde56c8 diff --git a/externals/glslang b/externals/glslang index 12cbda95..46ef757e 160000 --- a/externals/glslang +++ b/externals/glslang @@ -1 +1 @@ -Subproject commit 12cbda959b6df2af119a76a73ff906c2bed36884 +Subproject commit 46ef757e048e760b46601e6e77ae0cb72c97bd2f diff --git a/externals/magic_enum b/externals/magic_enum index dae6bbf1..126539e1 160000 --- a/externals/magic_enum +++ b/externals/magic_enum @@ -1 +1 @@ -Subproject commit dae6bbf16c363e9ead4e628a47fdb02956a634f3 +Subproject commit 126539e13cccdc2e75ce770e94f3c26403099fa5 diff --git a/externals/pugixml b/externals/pugixml index 30cc354f..3b171843 160000 --- a/externals/pugixml +++ b/externals/pugixml @@ -1 +1 @@ -Subproject commit 30cc354fe37114ec7a0a4ed2192951690357c2ed +Subproject commit 3b17184379fcaaeb7f1fbe08018b7fedf2640b3b diff --git a/externals/robin-map b/externals/robin-map index 2c48a1a5..fe845fd7 160000 --- a/externals/robin-map +++ b/externals/robin-map @@ -1 +1 @@ -Subproject commit 2c48a1a50203bbaf1e3d0d64c5d726d56f8d3bb3 +Subproject commit fe845fd7852ef541c5479ae23b3d36b57f8608ee diff --git a/externals/sdl3 b/externals/sdl3 index 4cc3410d..0548050f 160000 --- a/externals/sdl3 +++ b/externals/sdl3 @@ -1 +1 @@ -Subproject commit 4cc3410dce50cefce98d3cf3cf1bc8eca83b862a +Subproject commit 0548050fc5a4edf1f47c3633c2cd06d8762b5532 diff --git a/externals/toml11 b/externals/toml11 index 4b740127..d050c6b1 160000 --- a/externals/toml11 +++ b/externals/toml11 @@ -1 +1 @@ -Subproject commit 4b740127230472779c4a4d71e1a75aaa3a367a2d +Subproject commit d050c6b137199666cae75c2628a75d63b49b1c22 diff --git a/externals/vma b/externals/vma index e1bdbca9..1c35ba99 160000 --- a/externals/vma +++ b/externals/vma @@ -1 +1 @@ -Subproject commit e1bdbca9baf4d682fb6066b380f4aa4a7bdbb58a +Subproject commit 1c35ba99ce775f8342d87a83a3f0f696f99c2a39 diff --git a/externals/vulkan-headers b/externals/vulkan-headers index d205aff4..29f979ee 160000 --- a/externals/vulkan-headers +++ b/externals/vulkan-headers @@ -1 +1 @@ -Subproject commit d205aff40b4e15d4c568523ee6a26f85138126d9 +Subproject commit 29f979ee5aa58b7b005f805ea8df7a855c39ff37 diff --git a/externals/xxhash b/externals/xxhash index dbea33e4..3e321b44 160000 --- a/externals/xxhash +++ b/externals/xxhash @@ -1 +1 @@ -Subproject commit dbea33e47e7c0fe0b7c8592cd931c7430c1f130d +Subproject commit 3e321b4407318ac1348c0b80fb6fbae8c81ad5fa