3DS: Remove now unnecessary asm -> __asm__ defines ctrulib has already fixed their header file.
Yuri Kunde Schlesner yuriks@yuriks.net
Tue, 15 Sep 2015 23:14:54 -0300
2 files changed,
0 insertions(+),
4 deletions(-)
M
src/platform/3ds/3ds-memory.c
→
src/platform/3ds/3ds-memory.c
@@ -5,8 +5,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/memory.h" -#define asm __asm__ - #include <3ds.h> void* anonymousMemoryMap(size_t size) {
M
src/platform/3ds/3ds-vfs.h
→
src/platform/3ds/3ds-vfs.h
@@ -8,8 +8,6 @@ #define N3DS_VFS_H
#include "util/vfs.h" -#define asm __asm__ - #include <3ds.h> extern FS_archive sdmcArchive;