From b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 17:07:49 +1000 Subject: chore: update project references and add Citron copyright - Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. --- CMakeModules/CopyCitronSDLDeps.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeModules/CopyCitronSDLDeps.cmake') diff --git a/CMakeModules/CopyCitronSDLDeps.cmake b/CMakeModules/CopyCitronSDLDeps.cmake index 464eed5e9..a07f6f8c7 100644 --- a/CMakeModules/CopyCitronSDLDeps.cmake +++ b/CMakeModules/CopyCitronSDLDeps.cmake @@ -1,8 +1,8 @@ # SPDX-FileCopyrightText: 2016 Citra Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later -function(copy_yuzu_SDL_deps target_dir) +function(copy_citron_SDL_deps target_dir) include(WindowsCopyFiles) set(DLL_DEST "$/") windows_copy_files(${target_dir} ${SDL2_DLL_DIR} ${DLL_DEST} SDL2.dll) -endfunction(copy_yuzu_SDL_deps) +endfunction(copy_citron_SDL_deps) -- cgit v1.2.3