changed paths to reflect new folder structure.
This commit is contained in:
parent
1e59dabbd5
commit
4e28eab229
|
@ -35,14 +35,14 @@
|
||||||
|
|
||||||
#include <SDL/SDL.h>
|
#include <SDL/SDL.h>
|
||||||
|
|
||||||
#include "../GBA.h"
|
#include "../agb/GBA.h"
|
||||||
#include "../agbprint.h"
|
#include "../agb/agbprint.h"
|
||||||
#include "../Flash.h"
|
#include "../Flash.h"
|
||||||
#include "../RTC.h"
|
#include "../RTC.h"
|
||||||
#include "../Sound.h"
|
#include "../Sound.h"
|
||||||
#include "../Util.h"
|
#include "../Util.h"
|
||||||
#include "../gb/gb.h"
|
#include "../dmg/gb.h"
|
||||||
#include "../gb/gbGlobals.h"
|
#include "../dmg/gbGlobals.h"
|
||||||
|
|
||||||
#include "debugger.h"
|
#include "debugger.h"
|
||||||
#include "filters.h"
|
#include "filters.h"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "../GBA.h"
|
#include "../agb/GBA.h"
|
||||||
#include "../Port.h"
|
#include "../Port.h"
|
||||||
#include "../armdis.h"
|
#include "../armdis.h"
|
||||||
#include "../elf.h"
|
#include "../elf.h"
|
||||||
|
|
Loading…
Reference in New Issue