1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:07:47 +00:00

Ports: Update dungeonrush's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:33 +04:30 committed by Ali Mohammad Pur
parent a4c404ea9c
commit 25dc066af6
5 changed files with 62 additions and 29 deletions

View file

@ -0,0 +1,25 @@
From 2837d8fc8be4d4bd3d03866cfd139152506f4e31 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
---
src/res.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/res.c b/src/res.c
index ef4945a..6c46184 100644
--- a/src/res.c
+++ b/src/res.c
@@ -89,6 +89,8 @@ Mix_Music *bgms[AUDIO_BGM_SIZE];
int soundsCount;
Mix_Chunk *sounds[AUDIO_SOUND_SIZE];
+#define SOFTWARE_ACC
+
bool init() {
// Initialization flag
bool success = true;
--
2.36.1