Patch by Magliocchetti Riccardo:
Moved header inclusion to a better place.
This commit is contained in:
parent
735aac6a18
commit
c638c9a605
|
@ -19,6 +19,11 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "types.h"
|
||||
#include "NDSSystem.h"
|
||||
#include "SPU.h"
|
||||
#include "sndsdl.h"
|
||||
#include "ctrlssdl.h"
|
||||
#include "desmume.h"
|
||||
|
||||
volatile BOOL execute = FALSE;
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
#ifndef __DESMUME_H__
|
||||
#define __DESMUME_H__
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
extern void desmume_init( struct armcpu_memory_iface *arm9_mem_if,
|
||||
struct armcpu_ctrl_iface **arm9_ctrl_iface,
|
||||
struct armcpu_memory_iface *arm7_mem_if,
|
||||
|
|
Loading…
Reference in New Issue