From d28f6c24c7416046c65c7a181826feb6002be1ec Mon Sep 17 00:00:00 2001 From: VoxelTek <53562267+VoxelTek@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:51:33 +1000 Subject: [PATCH] Move PSP XMB assets to ISLE/res/psp --- CMakeLists.txt | 8 ++++---- {XMB => ISLE/res/psp}/Game/ICON0.png | Bin {XMB => ISLE/res/psp}/Game/ICON1.pmf | Bin {XMB => ISLE/res/psp}/Game/PIC1.png | Bin {XMB => ISLE/res/psp}/Game/SND0.at3 | Bin {XMB => ISLE/res/psp}/Save/EMPTY.png | Bin {XMB => ISLE/res/psp}/Save/ICON0.png | Bin {XMB => ISLE/res/psp}/Save/ICON1.pmf | Bin .../res/psp}/Save/Memory Stick Model Source.txt | 0 {XMB => ISLE/res/psp}/Save/PIC1.png | Bin {XMB => ISLE/res/psp}/Save/SND0.AT3 | Bin {XMB => ISLE/res/psp}/explanation.txt | 0 12 files changed, 4 insertions(+), 4 deletions(-) rename {XMB => ISLE/res/psp}/Game/ICON0.png (100%) rename {XMB => ISLE/res/psp}/Game/ICON1.pmf (100%) rename {XMB => ISLE/res/psp}/Game/PIC1.png (100%) rename {XMB => ISLE/res/psp}/Game/SND0.at3 (100%) rename {XMB => ISLE/res/psp}/Save/EMPTY.png (100%) rename {XMB => ISLE/res/psp}/Save/ICON0.png (100%) rename {XMB => ISLE/res/psp}/Save/ICON1.pmf (100%) rename {XMB => ISLE/res/psp}/Save/Memory Stick Model Source.txt (100%) rename {XMB => ISLE/res/psp}/Save/PIC1.png (100%) rename {XMB => ISLE/res/psp}/Save/SND0.AT3 (100%) rename {XMB => ISLE/res/psp}/explanation.txt (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a066e3c..33c77acb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -819,11 +819,11 @@ elseif(PSP) set(BUILD_PRX 1) create_pbp_file( TARGET ${PROJECT_NAME} - ICON_PATH "${CMAKE_SOURCE_DIR}/XMB/Game/ICON0.png" - ANIM_PATH "${CMAKE_SOURCE_DIR}/XMB/Game/ICON1.pmf" - BACKGROUND_PATH "${CMAKE_SOURCE_DIR}/XMB/Game/PIC1.png" + ICON_PATH "${CMAKE_SOURCE_DIR}/ISLE/res/psp/Game/ICON0.png" + ANIM_PATH "${CMAKE_SOURCE_DIR}/ISLE/res/psp/Game/ICON1.pmf" + BACKGROUND_PATH "${CMAKE_SOURCE_DIR}/ISLE/res/psp/Game/PIC1.png" PREVIEW_PATH NULL - MUSIC_PATH "${CMAKE_SOURCE_DIR}/XMB/Game/SND0.at3" + MUSIC_PATH "${CMAKE_SOURCE_DIR}/ISLE/res/psp/Game/SND0.at3" TITLE ${PROJECT_NAME} VERSION 01.00 ) diff --git a/XMB/Game/ICON0.png b/ISLE/res/psp/Game/ICON0.png similarity index 100% rename from XMB/Game/ICON0.png rename to ISLE/res/psp/Game/ICON0.png diff --git a/XMB/Game/ICON1.pmf b/ISLE/res/psp/Game/ICON1.pmf similarity index 100% rename from XMB/Game/ICON1.pmf rename to ISLE/res/psp/Game/ICON1.pmf diff --git a/XMB/Game/PIC1.png b/ISLE/res/psp/Game/PIC1.png similarity index 100% rename from XMB/Game/PIC1.png rename to ISLE/res/psp/Game/PIC1.png diff --git a/XMB/Game/SND0.at3 b/ISLE/res/psp/Game/SND0.at3 similarity index 100% rename from XMB/Game/SND0.at3 rename to ISLE/res/psp/Game/SND0.at3 diff --git a/XMB/Save/EMPTY.png b/ISLE/res/psp/Save/EMPTY.png similarity index 100% rename from XMB/Save/EMPTY.png rename to ISLE/res/psp/Save/EMPTY.png diff --git a/XMB/Save/ICON0.png b/ISLE/res/psp/Save/ICON0.png similarity index 100% rename from XMB/Save/ICON0.png rename to ISLE/res/psp/Save/ICON0.png diff --git a/XMB/Save/ICON1.pmf b/ISLE/res/psp/Save/ICON1.pmf similarity index 100% rename from XMB/Save/ICON1.pmf rename to ISLE/res/psp/Save/ICON1.pmf diff --git a/XMB/Save/Memory Stick Model Source.txt b/ISLE/res/psp/Save/Memory Stick Model Source.txt similarity index 100% rename from XMB/Save/Memory Stick Model Source.txt rename to ISLE/res/psp/Save/Memory Stick Model Source.txt diff --git a/XMB/Save/PIC1.png b/ISLE/res/psp/Save/PIC1.png similarity index 100% rename from XMB/Save/PIC1.png rename to ISLE/res/psp/Save/PIC1.png diff --git a/XMB/Save/SND0.AT3 b/ISLE/res/psp/Save/SND0.AT3 similarity index 100% rename from XMB/Save/SND0.AT3 rename to ISLE/res/psp/Save/SND0.AT3 diff --git a/XMB/explanation.txt b/ISLE/res/psp/explanation.txt similarity index 100% rename from XMB/explanation.txt rename to ISLE/res/psp/explanation.txt