Files
gentoo/games-simulation/openrct2/files/openrct2-0.5.3-include-additional-paths.patch
Conrad Kostecki 6e50efabb7 games-simulation/openrct2: add 0.5.3, drop 0.5.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2026-07-15 22:34:26 +02:00

19 lines
1.1 KiB
Diff

--- a/src/openrct2/platform/Platform.Linux.cpp
+++ b/src/openrct2/platform/Platform.Linux.cpp
@@ -399,6 +399,7 @@
userHome + "/.wine/drive_c/Program Files (x86)/GalaxyClient/Games/RollerCoaster Tycoon Deluxe",
userHome + "/.wine/drive_c/Program Files/Hasbro Interactive/RollerCoaster Tycoon",
userHome + "/.wine/drive_c/Program Files (x86)/Hasbro Interactive/RollerCoaster Tycoon",
+ "/usr/share/openrct2/rct1_data",
// game-data-packager uses this path when installing game files
"/usr/share/games/roller-coaster-tycoon",
};
@@ -417,6 +418,7 @@
userHome + "/.wine/drive_c/Program Files (x86)/Infogrames/RollerCoaster Tycoon 2",
userHome + "/.wine/drive_c/Program Files/Infogrames Interactive/RollerCoaster Tycoon 2",
userHome + "/.wine/drive_c/Program Files (x86)/Infogrames Interactive/RollerCoaster Tycoon 2",
+ "/usr/share/openrct2/rct2_data",
// game-data-packager uses this path when installing game files
"/usr/share/games/roller-coaster-tycoon2",
};