mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
This commit is contained in:
parent
c65b1bf657
commit
efdb4e7746
@ -15,11 +15,14 @@
|
|||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ogcsys.h>
|
#include <ogcsys.h>
|
||||||
#include <gccore.h>
|
#include <gccore.h>
|
||||||
|
#include <ogc/ipc.h>
|
||||||
#include "unistd.h"
|
#include "unistd.h"
|
||||||
#include "ehcmodule_elf.h"
|
#include "ehcmodule_elf.h"
|
||||||
|
|
||||||
@ -274,3 +277,5 @@ bool load_ehci_module()
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
@ -30,6 +30,8 @@ distribution.
|
|||||||
|
|
||||||
-------------------------------------------------------------*/
|
-------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
|
|
||||||
#include <gccore.h>
|
#include <gccore.h>
|
||||||
|
|
||||||
#include <ogc/lwp_heap.h>
|
#include <ogc/lwp_heap.h>
|
||||||
@ -41,6 +43,7 @@ distribution.
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <ogc/machine/processor.h>
|
#include <ogc/machine/processor.h>
|
||||||
|
#include <ogc/ipc.h>
|
||||||
|
|
||||||
//#define DEBUG_USB2
|
//#define DEBUG_USB2
|
||||||
|
|
||||||
@ -449,3 +452,4 @@ const DISC_INTERFACE __io_usb2storage = {
|
|||||||
(FN_MEDIUM_CLEARSTATUS) & __usb2storage_ClearStatus,
|
(FN_MEDIUM_CLEARSTATUS) & __usb2storage_ClearStatus,
|
||||||
(FN_MEDIUM_SHUTDOWN) & __usb2storage_Shutdown
|
(FN_MEDIUM_SHUTDOWN) & __usb2storage_Shutdown
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user