PSP2-CustomBootSplash icon indicating copy to clipboard operation
PSP2-CustomBootSplash copied to clipboard

unneeded 3secs delay

Open CelesteBlue-dev opened this issue 6 years ago • 3 comments

You should remove the delay from the main thread: https://github.com/Princess-of-Sleeping/PSP2-CustomBootSplash/blob/master/src/main.c#L70

and instead create a thread

CelesteBlue-dev avatar Sep 07 '18 17:09 CelesteBlue-dev

In the case of PS TV, if you do not delay for about 3 seconds, Boot Splash will only be displayed for a moment.

Princess-of-Sleeping avatar Sep 07 '18 22:09 Princess-of-Sleeping

So add: if !(sceAIMgrIsDolce()) // delay();

CelesteBlue-dev avatar Sep 08 '18 05:09 CelesteBlue-dev

In the case of h-encore too, if you do not delay for about 3 seconds, Boot Splash will only be displayed for an instant. So PS Vita also needs a delay.

Hack-Usagi avatar Sep 15 '18 06:09 Hack-Usagi