Better screenshots for 0.3.0 + misc changes (#1122)

* Better screenshots for 0.3.0 + misc changes

* Update BloodBorne screenshot
This commit is contained in:
¥IGA
2024-09-28 15:17:11 +02:00
committed by GitHub
parent 4e4f3d7504
commit bc6c0de76d
24 changed files with 31 additions and 27 deletions

View File

@@ -108,7 +108,7 @@ jobs:
- name: Setup Qt - name: Setup Qt
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: 6.7.2 version: 6.7.3
host: windows host: windows
target: desktop target: desktop
arch: win64_msvc2019_64 arch: win64_msvc2019_64
@@ -233,7 +233,7 @@ jobs:
arch -x86_64 /usr/local/bin/brew install molten-vk arch -x86_64 /usr/local/bin/brew install molten-vk
- uses: jurplel/install-qt-action@v4 - uses: jurplel/install-qt-action@v4
with: with:
version: 6.7.2 version: 6.7.3
host: mac host: mac
target: desktop target: desktop
arch: clang_64 arch: clang_64

2
.gitmodules vendored
View File

@@ -85,6 +85,7 @@
[submodule "externals/half"] [submodule "externals/half"]
path = externals/half path = externals/half
url = https://github.com/ROCm/half.git url = https://github.com/ROCm/half.git
shallow = true
[submodule "externals/dear_imgui"] [submodule "externals/dear_imgui"]
path = externals/dear_imgui path = externals/dear_imgui
url = https://github.com/shadps4-emu/ext-imgui.git url = https://github.com/shadps4-emu/ext-imgui.git
@@ -93,3 +94,4 @@
[submodule "externals/pugixml"] [submodule "externals/pugixml"]
path = externals/pugixml path = externals/pugixml
url = https://github.com/zeux/pugixml.git url = https://github.com/zeux/pugixml.git
shallow = true

View File

@@ -26,10 +26,10 @@ SPDX-License-Identifier: GPL-2.0-or-later
<p align="center"> <p align="center">
<a href="https://shadps4.net/"> <a href="https://shadps4.net/">
<img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/Sonic Mania.png" width="400"> <img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/1.png" width="400">
<img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/Bloodborne.png" width="400"> <img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/2.png" width="400">
<img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/Undertale.png" width="400"> <img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/3.png" width="400">
<img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/We are DOOMED.png" width="400"> <img src="https://github.com/shadps4-emu/shadPS4/blob/main/documents/Screenshots/4.png" width="400">
</p> </p>
# General information # 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. - [**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 # License
- [**GPL-2.0 license**](https://github.com/shadps4-emu/shadPS4/blob/main/LICENSE) - [**GPL-2.0 license**](https://github.com/shadps4-emu/shadPS4/blob/main/LICENSE)

View File

@@ -10,10 +10,7 @@ path = [
".gitmodules", ".gitmodules",
"documents/changelog.txt", "documents/changelog.txt",
"documents/Quickstart/2.png", "documents/Quickstart/2.png",
"documents/Screenshots/Bloodborne.png", "documents/Screenshots/*",
"documents/Screenshots/Sonic Mania.png",
"documents/Screenshots/Undertale.png",
"documents/Screenshots/We are DOOMED.png",
"scripts/ps4_names.txt", "scripts/ps4_names.txt",
"src/images/about_icon.png", "src/images/about_icon.png",
"src/images/controller_icon.png", "src/images/controller_icon.png",

BIN
documents/Screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
documents/Screenshots/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
documents/Screenshots/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
documents/Screenshots/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

View File

@@ -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 v0.2.0 15/08/2024 - codename validptr
================= =================
- Adding macOS support - Adding macOS support

2
externals/date vendored

2
externals/fmt vendored

2
externals/sdl3 vendored

2
externals/vma vendored