GTK Port:
- Fix compiling issue. (Regression from r5061.)
This commit is contained in:
parent
bf413dc443
commit
d5ab656090
|
@ -22,11 +22,7 @@
|
||||||
#ifndef __DESMUME_H__
|
#ifndef __DESMUME_H__
|
||||||
#define __DESMUME_H__
|
#define __DESMUME_H__
|
||||||
|
|
||||||
extern void desmume_init( struct armcpu_memory_iface *arm9_mem_if,
|
extern void desmume_init( int disable_sound);
|
||||||
struct armcpu_ctrl_iface **arm9_ctrl_iface,
|
|
||||||
struct armcpu_memory_iface *arm7_mem_if,
|
|
||||||
struct armcpu_ctrl_iface **arm7_ctrl_iface,
|
|
||||||
int disable_sound);
|
|
||||||
extern void desmume_free( void);
|
extern void desmume_free( void);
|
||||||
|
|
||||||
extern void desmume_pause( void);
|
extern void desmume_pause( void);
|
||||||
|
|
Loading…
Reference in New Issue