From 3c7b9bb51266d540f8c812302cdde8a8a32b6add Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:16:23 +0300 Subject: [PATCH] Fonts in fonts directory --- CMakeLists.txt | 4 ++-- .../{ => fonts}/CitraSharedFontUSRelocated.bin | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename src/core/services/{ => fonts}/CitraSharedFontUSRelocated.bin (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 247f051fa..9c730daae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,8 +184,8 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/termcolor.hpp cmrc_add_resource_library( resources_console_fonts NAMESPACE ConsoleFonts - WHENCE "src/core/services/" - "src/core/services/CitraSharedFontUSRelocated.bin" + WHENCE "src/core/services/fonts/" + "src/core/services/fonts/CitraSharedFontUSRelocated.bin" ) set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp diff --git a/src/core/services/CitraSharedFontUSRelocated.bin b/src/core/services/fonts/CitraSharedFontUSRelocated.bin similarity index 100% rename from src/core/services/CitraSharedFontUSRelocated.bin rename to src/core/services/fonts/CitraSharedFontUSRelocated.bin