mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:47:34 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
7
Ports/RetroArch/patches/0001-Add-SerenityOS-platform.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0001-Add-SerenityOS-platform.patch
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
From 53eae76554d4e4629fc1568cec785b644bde1f86 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:19:42 +0200
|
||||
Subject: [PATCH 1/6] Add SerenityOS platform
|
||||
Subject: [PATCH] Add SerenityOS platform
|
||||
|
||||
---
|
||||
qb/qb.system.sh | 5 +++--
|
||||
|
@ -27,6 +27,3 @@ index c7ac141..f7f198d 100644
|
|||
*) OS="Win32";;
|
||||
esac
|
||||
fi
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
|
7
Ports/RetroArch/patches/0002-Find-libgl.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0002-Find-libgl.patch
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
From d65b301e331c52fd78a1b0205e4b3630a6200950 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:20:09 +0200
|
||||
Subject: [PATCH 2/6] Find libgl
|
||||
Subject: [PATCH] Find libgl
|
||||
|
||||
---
|
||||
qb/config.libs.sh | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 19cd2a6..672fb02 100644
|
|||
fi
|
||||
|
||||
if [ "$HAVE_OPENGL" = 'yes' ]; then
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
|
7
Ports/RetroArch/patches/0003-Add-strlcat.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0003-Add-strlcat.patch
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
From 05fc282bdbe985fb77d746003ce213012a0292f8 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:20:35 +0200
|
||||
Subject: [PATCH 3/6] Add strlcat()
|
||||
Subject: [PATCH] Add strlcat()
|
||||
|
||||
---
|
||||
Makefile.common | 4 ++++
|
||||
|
@ -22,6 +22,3 @@ index 580beba..dbfbd39 100644
|
|||
ifeq ($(HAVE_UNIX), 1)
|
||||
OBJ += frontend/drivers/platform_unix.o
|
||||
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
|
7
Ports/RetroArch/patches/0004-Disable-pthread_attr_setschedpolicy.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0004-Disable-pthread_attr_setschedpolicy.patch
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
From 365f17fb8bb303608d351f3a91219256746cdc60 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:20:52 +0200
|
||||
Subject: [PATCH 4/6] Disable pthread_attr_setschedpolicy()
|
||||
Subject: [PATCH] Disable pthread_attr_setschedpolicy()
|
||||
|
||||
---
|
||||
libretro-common/rthreads/rthreads.c | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 30ec6ff..08c8a96 100644
|
|||
#define HAVE_THREAD_ATTR
|
||||
#endif
|
||||
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
|
7
Ports/RetroArch/patches/0005-Use-SDL-software-instead-of-hardware-rendering.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0005-Use-SDL-software-instead-of-hardware-rendering.patch
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
From 8494fc6dbd6abc799a2eb02933103361ea0202b0 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:21:50 +0200
|
||||
Subject: [PATCH 5/6] Use SDL software instead of hardware rendering
|
||||
Subject: [PATCH] Use SDL software instead of hardware rendering
|
||||
|
||||
---
|
||||
gfx/drivers/sdl2_gfx.c | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 4dbe33f..dd67b4a 100644
|
|||
|
||||
if (vid->video.vsync)
|
||||
flags |= SDL_RENDERER_PRESENTVSYNC;
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
|
9
Ports/RetroArch/patches/0006-Set-default-options-for-SerenityOS.patch
Executable file → Normal file
9
Ports/RetroArch/patches/0006-Set-default-options-for-SerenityOS.patch
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
|||
From 53b20c98eed2b0ac68ad733c18b45da1bcbc771e Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:26:21 +0200
|
||||
Subject: [PATCH 6/6] Set default options for SerenityOS
|
||||
Subject: [PATCH] Set default options for SerenityOS
|
||||
|
||||
Set Libretro cores path to `/usr/lib/libretro`
|
||||
Set libretro cores path to `/usr/lib/libretro`
|
||||
Set video and audio driver to sdl2
|
||||
Disable vsync
|
||||
The libretro core won't keep running in the background when we are in the menu.
|
||||
|
@ -1055,6 +1055,3 @@ index 0000000..088e883
|
|||
+content_favorites_path = "~/.config/retroarch/content_favorites.lpl"
|
||||
+log_dir = "~/.config/retroarch/logs"
|
||||
+video_layout_directory = "~/.config/retroarch/layouts"
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue