mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 15:54:39 +00:00
(libnx) Turn rpng_load_image_argb into static function
This commit is contained in:
parent
ebefe374b5
commit
fb22397835
@ -443,7 +443,7 @@ void frontend_switch_showsplash(void)
|
||||
}
|
||||
|
||||
/* From rpng_test.c */
|
||||
bool rpng_load_image_argb(const char *path,
|
||||
static bool rpng_load_image_argb(const char *path,
|
||||
uint32_t **data, unsigned *width, unsigned *height)
|
||||
{
|
||||
int retval;
|
||||
|
Loading…
x
Reference in New Issue
Block a user