match and link m_fbdemo.c

This commit is contained in:
Prakxo
2023-05-04 11:01:21 +00:00
parent 879041ed4b
commit 26bbc625ca
6 changed files with 256 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void _Putfld(_Pft*, va_list, u8, u8*);
/* These functions seem to have 04,p enabled */
#pragma optimize_for_size off
s32 _Printf(void* (*pfn)(void*, const char*, int), void* arg, const char* fmt,
int _Printf(void* (*pfn)(void*, const char*, int), void* arg, const char* fmt,
va_list ap) {
/* Unused static variables to match position of locals */
static int unused0;