mirror of https://github.com/mgba-emu/mgba.git
3DS: Remove now unnecessary asm -> __asm__ defines
ctrulib has already fixed their header file.
This commit is contained in:
parent
590d23ea8a
commit
c939d363a3
|
@ -5,8 +5,6 @@
|
|||
* 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) {
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
#include "util/vfs.h"
|
||||
|
||||
#define asm __asm__
|
||||
|
||||
#include <3ds.h>
|
||||
|
||||
extern FS_archive sdmcArchive;
|
||||
|
|
Loading…
Reference in New Issue