Skip to content

Commit

Permalink
format patch from github
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Aug 20, 2024
1 parent 0c6a223 commit f6c34fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions anda/games/gamescope/1483.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 920fbf15f534ae3772807cbfaf0e6c3896441a8a Mon Sep 17 00:00:00 2001
From 2f696dea3d637fbe20ae435bbc3bb50b36219435 Mon Sep 17 00:00:00 2001
From: Cappy Ishihara <[email protected]>
Date: Wed, 21 Aug 2024 03:56:53 +0700
Subject: [PATCH] Check if current GPU supports Vulkan DRM modifiers when
Expand All @@ -12,7 +12,7 @@ GPU does not support Vulkan DRM modifiers.
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index 96484dc..e3e694d 100644
index ca4001249..7c019b560 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -817,7 +817,14 @@ int main(int argc, char **argv)
Expand All @@ -31,6 +31,3 @@ index 96484dc..e3e694d 100644
else if ( g_pOriginalDisplay != NULL )
eCurrentBackend = gamescope::GamescopeBackend::SDL;
else
--
2.46.0

3 changes: 3 additions & 0 deletions anda/games/gamescope/update-patch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

curl -o ./1483.patch https://patch-diff.githubusercontent.com/raw/ValveSoftware/gamescope/pull/1483.patch

0 comments on commit f6c34fd

Please sign in to comment.