From a05baacc70432537714acb53800d36671a6b4208 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Sun, 29 Jun 2025 12:22:31 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Christian Semmler Co-authored-by: Anonymous Maarten --- CMakeLists.txt | 2 +- miniwin/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5f4c965..f287ebc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -654,7 +654,7 @@ if(NINTENDO_3DS) NAME "LEGO Island" TITLE "LEGO Island" DESCRIPTION "LEGO Island for the Nintendo 3DS" - AUTHOR "LEGO Island Decompilation and Porting Team" + AUTHOR "isledecomp/isle-portable" VERSION "${PROJECT_VERSION}" ICON "ISLE/res/3ds/isle.png" ) diff --git a/miniwin/CMakeLists.txt b/miniwin/CMakeLists.txt index 1ae33326..6f906d7d 100644 --- a/miniwin/CMakeLists.txt +++ b/miniwin/CMakeLists.txt @@ -190,4 +190,3 @@ if(ISLE_COMPILE_SHADERS) DEPENDS "${py_gencshadersource}" ${shader_headers} ${shader_jsons}) endif() target_sources(miniwin PRIVATE "${index}" "${index_cpp}") -target_sources(miniwin PRIVATE "${index}" "${index_cpp}")