mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
library: Fix compilation with devkitARM
This commit is contained in:
parent
a85b16284f
commit
227bffddc5
@ -175,9 +175,7 @@ int NE_RichTextMaterialSet(u32 slot, NE_Material *mat, NE_Palette *pal)
|
||||
int NE_RichTextBitmapLoadGRF(u32 slot, const char *path)
|
||||
{
|
||||
#ifndef NE_BLOCKSDS
|
||||
(void)tex;
|
||||
(void)pal;
|
||||
(void)flags;
|
||||
(void)slot;
|
||||
(void)path;
|
||||
NE_DebugPrint("%s only supported in BlocksDS", __func__);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user