Patch by Magliocchetti Riccardo:

Moved header inclusion to a better place.
This commit is contained in:
yabause 2008-11-07 20:39:10 +00:00
parent 735aac6a18
commit c638c9a605
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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,