diff --git a/menu/drivers/nxrgui.c b/menu/drivers/nxrgui.c index 8d953f828f95c6fce95740acbe0d7a4822e2a204..87c1e6fbb78c0c83580bb87806f778d36e327f2e 100644 --- a/menu/drivers/nxrgui.c +++ b/menu/drivers/nxrgui.c @@ -726,7 +726,7 @@ static void *nxrgui_init(void **userdata, bool video_is_threaded) uint32_t width, height; width = height = 0; - rpng_load_image_argb("/retroarch/menu_bg_blank.png", &nx_backgroundImage, &width, &height); + rpng_load_image_argb("romfs:/menu_bg_blank.png", &nx_backgroundImage, &width, &height); if (nx_backgroundImage) { // Convert diff --git a/switch/menu_bg_blank.png b/switch/romfs/menu_bg_blank.png similarity index 100% rename from switch/menu_bg_blank.png rename to switch/romfs/menu_bg_blank.png