From f25548085fede50531db5393cc3faf9a268bb072 Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 16 Apr 2025 21:48:54 +0200 Subject: [PATCH] Update name of tim_project --- examples/PoolBox/assets/Makefile | 4 ++-- .../{vram_doener_fish.tim_project => tim_example.tim_project} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/PoolBox/assets/{vram_doener_fish.tim_project => tim_example.tim_project} (100%) diff --git a/examples/PoolBox/assets/Makefile b/examples/PoolBox/assets/Makefile index eb05ed5e..bd803e61 100644 --- a/examples/PoolBox/assets/Makefile +++ b/examples/PoolBox/assets/Makefile @@ -55,9 +55,9 @@ $(OUTPUT_DIR)/%.tim: %.png @mkdir -p $(OUTPUT_DIR) psxfileconv --lz4 $< -o $@ $($*_TIM_FLAGS) -$(AUTO_GEN_DIR)/vram_layout.hpp: vram_doener_fish.tim_project Controller.png doener_fish.png +$(AUTO_GEN_DIR)/vram_layout.hpp: tim_example.tim_project Controller.png doener_fish.png @mkdir -p $(AUTO_GEN_DIR) - psxfileconv vram_doener_fish.tim_project -o $(OUTPUT_DIR)/dummy.img project --hpp $(AUTO_GEN_DIR)/vram_layout.hpp + psxfileconv tim_example.tim_project -o $(OUTPUT_DIR)/dummy.img project --hpp $(AUTO_GEN_DIR)/vram_layout.hpp all: $(INPUT) $(AUTO_GEN_DIR)/vram_layout.hpp diff --git a/examples/PoolBox/assets/vram_doener_fish.tim_project b/examples/PoolBox/assets/tim_example.tim_project similarity index 100% rename from examples/PoolBox/assets/vram_doener_fish.tim_project rename to examples/PoolBox/assets/tim_example.tim_project