PSP2: Add missing function for plugins

This commit is contained in:
Le Philousophe 2023-08-29 12:45:30 +02:00
parent 9f4a32f88b
commit fa450e060e

View File

@ -45,6 +45,7 @@ void *forceLinkFunctions[] = {
(void *)fminf,
(void *)frexpf,
(void *)getc,
(void *)log2f,
(void *)mbstowcs,
// Select the double version
(void *)(double (*)(double))nearbyint,