mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
Initial fixNES integration
This commit is contained in:
10
NESEmulator/malloc.h
Normal file
10
NESEmulator/malloc.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef URDE_NESEMULATOR_MALLOC_H
|
||||
#define URDE_NESEMULATOR_MALLOC_H
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <../include/malloc.h>
|
||||
#endif
|
||||
|
||||
#endif // URDE_NESEMULATOR_MALLOC_H
|
||||
Reference in New Issue
Block a user