mirror of https://github.com/mgba-emu/mgba.git
Minor cleanup
This commit is contained in:
parent
c082610992
commit
2279521482
|
@ -18,7 +18,7 @@ CXX_GUARD_START
|
||||||
#include <mgba/internal/ds/slot1.h>
|
#include <mgba/internal/ds/slot1.h>
|
||||||
#include <mgba/internal/ds/spi.h>
|
#include <mgba/internal/ds/spi.h>
|
||||||
|
|
||||||
const uint32_t redzoneInstruction;
|
extern const uint32_t redzoneInstruction;
|
||||||
|
|
||||||
enum DSMemoryRegion {
|
enum DSMemoryRegion {
|
||||||
DS7_REGION_BIOS = 0x0,
|
DS7_REGION_BIOS = 0x0,
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (c) 2013-2019 Jeffrey Pfau
|
/* Copyright (c) 2013-2019 Jeffrey Pfau
|
||||||
>>>>>>> master
|
|
||||||
*
|
*
|
||||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
|
Loading…
Reference in New Issue