CTCaer / hekate

hekate - A GUI based Nintendo Switch Bootloader
GNU General Public License v2.0
6.71k stars 573 forks source link

feature request : random bootlogo #356

Closed Heartbeat-Heartbreak closed 3 years ago

Heartbeat-Heartbreak commented 4 years ago

I made a lot of bootlogos and I'm tired of using only one. a little random, a lot of fun : )

fennectech commented 4 years ago

I second this owo

ELY3M commented 4 years ago

this is easy to do. add randombootlogos in config and add randomizer in the code. set /bootloader/bootlogos as the path for bootlogos.

ELY3M commented 4 years ago

this is not done yet but I can do it in my hekate fork.

wiiNinja commented 3 years ago

I vote for a selectable logo, not a random one. :)

CTCaer commented 3 years ago

@wiiNinja

I vote for a selectable logo, not a random one. :)

It's supported since ever.. Use bootloader/bootlogo.bmp if you want a global one. Use logopath=path/to/logo.bmp in a boot entry if you only want that entry to have a custom bootlogo.

CTCaer commented 3 years ago

This will not be implemented for size constrain reasons