mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 02:59:59 -04:00
Improve compiler compatibility (#743)
* fix returns * use standard C headers * struct/class mismatch * explicit this in template * switch variable scope * C standard compliance * & l-value
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "dolphin/os/OS.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <printf.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static u8 sTmpBuf[0x2000] ALIGN_DECL(32);
|
||||
static u8 sTmpBuf2[0x2000] ALIGN_DECL(32);
|
||||
|
||||
Reference in New Issue
Block a user