diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/dungeonrush/patches | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/dungeonrush/patches')
-rw-r--r-- | Ports/dungeonrush/patches/0001-chdir-to-the-resource-install-path-at-program-startu.patch | 7 | ||||
-rw-r--r-- | Ports/dungeonrush/patches/0002-Make-it-use-software-rendering.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/dungeonrush/patches/0001-chdir-to-the-resource-install-path-at-program-startu.patch b/Ports/dungeonrush/patches/0001-chdir-to-the-resource-install-path-at-program-startu.patch index 54aeab30af..362925ae63 100644 --- a/Ports/dungeonrush/patches/0001-chdir-to-the-resource-install-path-at-program-startu.patch +++ b/Ports/dungeonrush/patches/0001-chdir-to-the-resource-install-path-at-program-startu.patch @@ -1,7 +1,7 @@ -From 9aeccfdc1257204b18e0c8efa1f18f9a24cdab75 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gbeutner@serenityos.org> Date: Wed, 16 Jun 2021 11:23:34 +0200 -Subject: [PATCH 1/2] chdir() to the resource install path at program startup +Subject: [PATCH] chdir() to the resource install path at program startup The game tries to open its resource files using relative paths, and we install them into /opt, so chdr() there. @@ -22,6 +22,3 @@ index 8fa842f..e16c35e 100644 prngSrand(time(NULL)); // Start up SDL and create window if (!init()) { --- -2.36.1 - diff --git a/Ports/dungeonrush/patches/0002-Make-it-use-software-rendering.patch b/Ports/dungeonrush/patches/0002-Make-it-use-software-rendering.patch index ff374dd1b0..b0513fe66e 100644 --- a/Ports/dungeonrush/patches/0002-Make-it-use-software-rendering.patch +++ b/Ports/dungeonrush/patches/0002-Make-it-use-software-rendering.patch @@ -1,7 +1,7 @@ -From 2837d8fc8be4d4bd3d03866cfd139152506f4e31 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gbeutner@serenityos.org> Date: Wed, 16 Jun 2021 11:23:34 +0200 -Subject: [PATCH 2/2] Make it use software rendering +Subject: [PATCH] Make it use software rendering --- src/res.c | 2 ++ @@ -20,6 +20,3 @@ index ef4945a..6c46184 100644 bool init() { // Initialization flag bool success = true; --- -2.36.1 - |