mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Adjustments to changes made for mac (#10)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#include "padutils.h"
|
||||
#include <strings.h>
|
||||
#include <ultratypes.h>
|
||||
|
||||
void PadUtils_Init(Input* input) {
|
||||
bzero(input, sizeof(Input));
|
||||
memset(input, 0, sizeof(Input));
|
||||
}
|
||||
|
||||
void func_80085150(void) {
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
#include "buffers.h"
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
u8* gAudioHeap;
|
||||
|
||||
Reference in New Issue
Block a user