Skip to content

Commit

Permalink
Better screenshots for 0.3.0 + misc changes (shadps4-emu#1122)
Browse files Browse the repository at this point in the history
* Better screenshots for 0.3.0 + misc changes

* Update BloodBorne screenshot
  • Loading branch information
Xphalnos authored Sep 28, 2024
1 parent 4e4f3d7 commit bc6c0de
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -93,3 +94,4 @@
[submodule "externals/pugixml"]
path = externals/pugixml
url = https://github.com/zeux/pugixml.git
shallow = true
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ SPDX-License-Identifier: GPL-2.0-or-later

<p align="center">
<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/Bloodborne.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/We are DOOMED.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/2.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/4.png" width="400">
</p>

# General information
Expand Down Expand Up @@ -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)
5 changes: 1 addition & 4 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added documents/Screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documents/Screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documents/Screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documents/Screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed documents/Screenshots/Bloodborne.png
Binary file not shown.
Binary file removed documents/Screenshots/Sonic Mania.png
Binary file not shown.
Binary file removed documents/Screenshots/Undertale.png
Binary file not shown.
Binary file removed documents/Screenshots/We are DOOMED.png
Binary file not shown.
11 changes: 11 additions & 0 deletions documents/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion externals/date
Submodule date updated 1 files
+60 −21 src/tz.cpp
2 changes: 1 addition & 1 deletion externals/glslang
Submodule glslang updated 77 files
+8 −11 .github/workflows/continuous_deployment.yml
+90 −13 .github/workflows/continuous_integration.yml
+2 −2 .github/workflows/scorecard.yml
+10 −3 BUILD.gn
+35 −0 CHANGES.md
+3 −2 CMakeLists.txt
+4 −4 README.md
+1 −0 SPIRV/CMakeLists.txt
+16 −10 SPIRV/GlslangToSpv.cpp
+9 −8 SPIRV/GlslangToSpv.h
+2 −1 SPIRV/Logger.h
+16 −1 SPIRV/SPVRemapper.h
+24 −12 SPIRV/SpvBuilder.cpp
+11 −5 SPIRV/SpvBuilder.h
+5 −0 SPIRV/SpvTools.cpp
+22 −18 SPIRV/SpvTools.h
+3 −1 SPIRV/disassemble.h
+4 −2 StandAlone/StandAlone.cpp
+1 −0 Test/baseResults/hlsl.round.dx9.frag.out
+0 −0 Test/baseResults/preprocess.inactive_stringify.vert.err
+29 −0 Test/baseResults/preprocess.inactive_stringify.vert.out
+31 −0 Test/baseResults/spv.computeShaderDerivativesSpec.comp.out
+31 −0 Test/baseResults/spv.computeShaderDerivativesSpec2.comp.out
+2 −0 Test/baseResults/spv.debugInfo.1.1.frag.out
+2 −0 Test/baseResults/spv.debugInfo.frag.out
+3 −1 Test/baseResults/spv.debuginfo.bufferref.glsl.frag.out
+3 −1 Test/baseResults/spv.debuginfo.const_params.glsl.comp.out
+870 −865 Test/baseResults/spv.debuginfo.glsl.comp.out
+627 −622 Test/baseResults/spv.debuginfo.glsl.frag.out
+3 −1 Test/baseResults/spv.debuginfo.glsl.geom.out
+360 −359 Test/baseResults/spv.debuginfo.glsl.tesc.out
+3 −1 Test/baseResults/spv.debuginfo.glsl.tese.out
+3 −1 Test/baseResults/spv.debuginfo.glsl.vert.out
+925 −926 Test/baseResults/spv.debuginfo.hlsl.comp.out
+494 −496 Test/baseResults/spv.debuginfo.hlsl.frag.out
+295 −297 Test/baseResults/spv.debuginfo.hlsl.tesc.out
+177 −177 Test/baseResults/spv.debuginfo.hlsl.tese.out
+102 −102 Test/baseResults/spv.debuginfo.hlsl.vert.out
+325 −0 Test/baseResults/spv.debuginfo.implicit_br.glsl.frag.out
+56 −54 Test/baseResults/spv.debuginfo.include.glsl.frag.out
+53 −50 Test/baseResults/spv.debuginfo.multiline.glsl.frag.out
+3 −1 Test/baseResults/spv.debuginfo.rt_types.glsl.rgen.out
+3 −1 Test/baseResults/spv.debuginfo.scalar_types.glsl.frag.out
+1 −0 Test/baseResults/spv.pp.line.frag.out
+28 −0 Test/preprocess.inactive_stringify.vert
+8 −0 Test/spv.computeShaderDerivativesSpec.comp
+8 −0 Test/spv.computeShaderDerivativesSpec2.comp
+60 −0 Test/spv.debuginfo.implicit_br.glsl.frag
+11 −0 glslang/CInterface/glslang_c_interface.cpp
+1 −1 glslang/CMakeLists.txt
+426 −452 glslang/HLSL/hlslScanContext.cpp
+0 −15 glslang/Include/Types.h
+1 −0 glslang/Include/glslang_c_interface.h
+13 −2 glslang/Include/intermediate.h
+4 −1 glslang/Include/visibility.h
+6 −3 glslang/MachineIndependent/ParseHelper.cpp
+471 −493 glslang/MachineIndependent/Scan.cpp
+10 −10 glslang/MachineIndependent/ShaderLang.cpp
+6 −2 glslang/MachineIndependent/glslang.y
+269 −265 glslang/MachineIndependent/glslang_tab.cpp
+2 −11 glslang/MachineIndependent/iomapper.h
+1 −0 glslang/MachineIndependent/localintermediate.h
+4 −2 glslang/MachineIndependent/preprocessor/Pp.cpp
+2 −1 glslang/MachineIndependent/preprocessor/PpContext.cpp
+4 −1 glslang/MachineIndependent/preprocessor/PpContext.h
+3 −2 glslang/MachineIndependent/reflection.h
+2 −1 glslang/OSDependent/osinclude.h
+5 −4 glslang/Public/ResourceLimits.h
+34 −0 glslang/Public/ShaderLang.h
+5 −4 glslang/Public/resource_limits_c.h
+10 −9 gtests/GlslMapIO.FromFile.cpp
+0 −1 gtests/Link.FromFile.Vk.cpp
+1 −0 gtests/Pp.FromFile.cpp
+3 −0 gtests/Spv.FromFile.cpp
+0 −4 gtests/TestFixture.h
+10 −9 gtests/VkRelaxed.FromFile.cpp
+2 −2 known_good.json
2 changes: 1 addition & 1 deletion externals/magic_enum
2 changes: 1 addition & 1 deletion externals/pugixml
Submodule pugixml updated 2 files
+4 −4 docs/manual.adoc
+37 −37 docs/manual.html
2 changes: 1 addition & 1 deletion externals/robin-map
2 changes: 1 addition & 1 deletion externals/sdl3
Submodule sdl3 updated 1196 files
2 changes: 1 addition & 1 deletion externals/toml11
2 changes: 1 addition & 1 deletion externals/vma
Submodule vma updated 116 files
2 changes: 1 addition & 1 deletion externals/xxhash

0 comments on commit bc6c0de

Please sign in to comment.