FIXED linker errors in SDL build about dbgSignal/dbgOutput
This commit is contained in:
parent
9454925557
commit
c186ca49fe
|
@ -37,6 +37,7 @@
|
|||
#include "../elf.h"
|
||||
#include "../Util.h"
|
||||
#include "../Port.h"
|
||||
#include "../System.h"
|
||||
#include "agbprint.h"
|
||||
#ifdef PROFILING
|
||||
#include "prof/prof.h"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "../elf.h"
|
||||
#include "../Util.h"
|
||||
#include "../Port.h"
|
||||
#include "../System.h"
|
||||
#include "agbprint.h"
|
||||
#ifdef PROFILING
|
||||
#include "prof/prof.h"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "../elf.h"
|
||||
#include "../Util.h"
|
||||
#include "../Port.h"
|
||||
#include "../System.h"
|
||||
#include "agbprint.h"
|
||||
#ifdef PROFILING
|
||||
#include "prof/prof.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "GBA.h"
|
||||
#include "../Globals.h"
|
||||
#include "../Port.h"
|
||||
#include "../System.h"
|
||||
|
||||
#define debuggerWriteHalfWord(addr, value) \
|
||||
WRITE16LE((u16*)&map[(addr)>>24].address[(addr) & map[(addr)>>24].mask], (value))
|
||||
|
|
Loading…
Reference in New Issue