mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Removed comment about regalloc issues
This commit is contained in:
@@ -15,9 +15,6 @@ char _spaces[] = " ";
|
||||
char _zeroes[] = "00000000000000000000000000000000";
|
||||
|
||||
static void _Putfld(printf_struct *a0, va_list *args, u8 type, u8 *buff);
|
||||
//Has Regalloc issues. This is a hybrid of SM64, and libreultra.
|
||||
//libreultra just doesn't match, but it had some cleaner code
|
||||
//so I copied it where I could.
|
||||
s32 _Printf(outfun prout, char *dst, const char *fmt, va_list args) {
|
||||
printf_struct x;
|
||||
const u8 *fmt_ptr;
|
||||
|
||||
Reference in New Issue
Block a user