summaryrefslogtreecommitdiff
path: root/Ports/Super-Mario/patches/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/Super-Mario/patches/ReadMe.md')
-rw-r--r--Ports/Super-Mario/patches/ReadMe.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/Ports/Super-Mario/patches/ReadMe.md b/Ports/Super-Mario/patches/ReadMe.md
new file mode 100644
index 0000000000..eefd91cb69
--- /dev/null
+++ b/Ports/Super-Mario/patches/ReadMe.md
@@ -0,0 +1,23 @@
+# Patches for Super-Mario
+
+## `cwd.patch`
+
+`chdir()`s to the installed directory before execution.
+
+## `gcc-11-static-initializers.patch`
+
+Removes global static initializers.
+Presumably not needed anymore.
+
+## `fix_cmakelists.patch`
+
+Use `FindPkgConfig` instead of `find_package()` to locate SDL2.
+
+## `fix_fireball_header.patch`
+
+Fixes a header include name.
+
+## `disable_graphic_acceleration.patch`
+
+Disables SDL2 hardware acceleration as we don't support that.
+