icons/runtime?

This commit is contained in:
SandPoot
2022-05-30 02:07:49 -03:00
parent 8bb1c2b32a
commit 688fac740a
7 changed files with 7 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ SUBSYSTEM_DEF(title)
file_path = "[global.config.directory]/title_screens/images/[pick(title_screens)]"
if(!file_path)
file_path = "icons/default_title.dmi"
file_path = "icons/runtime/default_title.dmi"
ASSERT(fexists(file_path))