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

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 056b239a373a1ff7dafd50e75f5c08331d1fcb52 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: aabajyan <arsen.abajyan@pm.me>
Date: Sun, 7 Mar 2021 22:30:13 +0400
Subject: [PATCH 1/5] Manually link against SDL2
Subject: [PATCH] Manually link against SDL2
---
CMakeLists.txt | 18 ++++++++++++------
@ -35,6 +35,3 @@ index 94ae8ef..a9a974c 100644
+target_link_libraries(genemu PRIVATE ${SDL2_LIBRARIES})
+
+install(TARGETS genemu RUNTIME DESTINATION bin)
--
2.36.1

View file

@ -1,7 +1,7 @@
From bf9d28049d0c69604f968eb23b1a1509f449946a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Mon, 16 May 2022 15:31:45 +0430
Subject: [PATCH 2/5] Disable logging
Subject: [PATCH] Disable logging
---
mem.h | 2 +-
@ -20,6 +20,3 @@ index 8c96952..6c39fd6 100644
void mem_init(int romsize);
int load_bin(const char *fn);
--
2.36.1

View file

@ -1,7 +1,7 @@
From 0c4abad4174c3b12d5a42b62a47718896961610a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: aabajyan <arsen.abajyan@pm.me>
Date: Sun, 7 Mar 2021 22:30:13 +0400
Subject: [PATCH 3/5] Add a missing cstdlib include
Subject: [PATCH] Add a missing cstdlib include
---
mem.cpp | 1 +
@ -19,6 +19,3 @@ index fd36d68..4cf0b30 100644
uint8_t *ROM;
uint8_t RAM[0x10000];
--
2.36.1

View file

@ -1,7 +1,7 @@
From 426933aab1632c89ecb75918f23baa9f0c279581 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Mon, 16 May 2022 15:32:01 +0430
Subject: [PATCH 4/5] Use <SDL2> for SDL includes
Subject: [PATCH] Use <SDL2> for SDL includes
---
gfx.cpp | 2 +-
@ -46,6 +46,3 @@ index 38bc547..aa70962 100644
extern "C" {
#include "m68k/m68k.h"
--
2.36.1

View file

@ -1,7 +1,7 @@
From ca395dd67bfc14dcfe769b42f2ec2d3107987cab Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Mon, 16 May 2022 15:32:14 +0430
Subject: [PATCH 5/5] Use software rendering
Subject: [PATCH] Use software rendering
---
hw.c | 4 ++--
@ -27,6 +27,3 @@ index 6b864df..1f34423 100644
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "nearest"); // make the scaled rendering look smoother.
SDL_RenderSetLogicalSize(renderer, 320, 240);
--
2.36.1