forked from shadps4-emu/shadPS4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better screenshots for 0.3.0 + misc changes (shadps4-emu#1122)
* Better screenshots for 0.3.0 + misc changes * Update BloodBorne screenshot
- Loading branch information
Showing
24 changed files
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fmt
updated
42 files
Submodule glslang
updated
77 files
Submodule robin-map
updated
5 files
+1 −1 | README.md | |
+1 −1 | doxygen.conf | |
+2 −3 | include/tsl/robin_growth_policy.h | |
+4 −60 | include/tsl/robin_hash.h | |
+2 −2 | tests/CMakeLists.txt |
Submodule sdl3
updated
1196 files
Submodule toml11
updated
2 files
+3 −1 | include/toml11/impl/source_location_impl.hpp | |
+3 −1 | single_include/toml.hpp |
Submodule vulkan-headers
updated
18 files
+1 −1 | CMakeLists.txt | |
+116 −5 | include/vulkan/vulkan.cppm | |
+432 −55 | include/vulkan/vulkan.hpp | |
+505 −8 | include/vulkan/vulkan_core.h | |
+143 −22 | include/vulkan/vulkan_enums.hpp | |
+62 −24 | include/vulkan/vulkan_extension_inspection.hpp | |
+904 −50 | include/vulkan/vulkan_funcs.hpp | |
+678 −9 | include/vulkan/vulkan_handles.hpp | |
+559 −19 | include/vulkan/vulkan_hash.hpp | |
+22 −1 | include/vulkan/vulkan_hpp_macros.hpp | |
+781 −55 | include/vulkan/vulkan_raii.hpp | |
+36 −1 | include/vulkan/vulkan_shared.hpp | |
+293 −10 | include/vulkan/vulkan_static_assertions.hpp | |
+25,551 −21,222 | include/vulkan/vulkan_structs.hpp | |
+166 −4 | include/vulkan/vulkan_to_string.hpp | |
+4,254 −706 | registry/validusage.json | |
+1 −1 | registry/video.xml | |
+836 −48 | registry/vk.xml |
Submodule xxhash
updated
3 files
+19 −17 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/scorecard.yml | |
+6 −6 | xxh_x86dispatch.c |