mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:47:35 +00:00
Ports/pt2-clone: Update pt2-clone to version 1.63
This commit is contained in:
parent
4828be87a9
commit
dd01c00cd4
4 changed files with 9 additions and 9 deletions
|
@ -8,11 +8,11 @@ Subject: [PATCH] Remove output path from CMakeLists
|
|||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index b391653..0d42019 100644
|
||||
index 70e74b6b6a032a95720eb956115383dee949677d..c631945566dd2bb84f4f92f8dfad1a6186492489 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.7)
|
||||
project(pt2-clone)
|
||||
@@ -5,7 +5,6 @@ project(pt2-clone)
|
||||
option(EXTERNAL_LIBFLAC "use external(system) flac library" OFF)
|
||||
|
||||
find_package(SDL2 REQUIRED)
|
||||
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${pt2-clone_SOURCE_DIR}/release/other/")
|
||||
|
|
|
@ -9,11 +9,11 @@ Set video.useDesktopMouseCoords to false.
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/pt2_visuals.c b/src/pt2_visuals.c
|
||||
index 40527f5..0b73b9a 100644
|
||||
index 012a2d7e2b5acad85aeadff43938dc175c6772cb..dcc7bef94d884cffedd60e9f1153a72050caf017 100644
|
||||
--- a/src/pt2_visuals.c
|
||||
+++ b/src/pt2_visuals.c
|
||||
@@ -2416,7 +2416,7 @@ bool setupVideo(void)
|
||||
SDL_ShowCursor(SDL_FALSE);
|
||||
@@ -1980,7 +1980,7 @@ bool setupVideo(void)
|
||||
}
|
||||
|
||||
// Workaround: SDL_GetGlobalMouseState() doesn't work with KMSDRM/Wayland
|
||||
- video.useDesktopMouseCoords = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue