From 7fe5f12f29f3d449f5a254ea2cd369bd742bc863 Mon Sep 17 00:00:00 2001
From: Xphalnos <164882787+Xphalnos@users.noreply.github.com>
Date: Sun, 23 Jun 2024 08:57:32 +0200
Subject: [PATCH] Screenshots fix
---
.github/workflows/windows-qt.yml | 4 ++--
.github/workflows/windows.yml | 1 +
.gitmodules | 2 +-
README.md | 26 +++++++++-----------------
externals/glslang | 2 +-
externals/vulkan-headers | 2 +-
externals/xxhash | 2 +-
src/qt_gui/game_list_frame.cpp | 1 -
8 files changed, 16 insertions(+), 24 deletions(-)
diff --git a/.github/workflows/windows-qt.yml b/.github/workflows/windows-qt.yml
index 7cad4630c..7d3024487 100644
--- a/.github/workflows/windows-qt.yml
+++ b/.github/workflows/windows-qt.yml
@@ -29,13 +29,13 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
arch: win64_msvc2019_64
- version: 6.7.1
+ version: 6.7.2
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -T ClangCL -DENABLE_QT_GUI=ON
-
+
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index c23e41a6c..4616fc5bf 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
+
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
diff --git a/.gitmodules b/.gitmodules
index 4a8ac3b80..d69657228 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -51,7 +51,7 @@
url = https://github.com/zyantific/zydis.git
[submodule "externals/sirit"]
path = externals/sirit
- url = https://github.com/shadps4-emu/sirit
+ url = https://github.com/shadps4-emu/sirit.git
[submodule "externals/xxhash"]
path = externals/xxhash
url = https://github.com/Cyan4973/xxHash.git
diff --git a/README.md b/README.md
index 4e5cd02c0..eaf24cbd5 100644
--- a/README.md
+++ b/README.md
@@ -9,36 +9,28 @@ SPDX-License-Identifier: GPL-2.0-or-later
shadPS4
+
-
- +