all repos — mgba @ c939d363a389e0d9fdb3b343084710e4f947d4e7

mGBA Game Boy Advance Emulator

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
commit

c939d363a389e0d9fdb3b343084710e4f947d4e7

parent

590d23ea8a208093afc829a7d67c43da9fd338b8

2 files changed, 0 insertions(+), 4 deletions(-)

jump to
M src/platform/3ds/3ds-memory.csrc/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.hsrc/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;