libiosuhax: Use wiiu headers instead of redefining
This commit is contained in:
parent
f6e4361fc9
commit
3f41c2b822
|
@ -6,6 +6,11 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define OS_MUTEX_SIZE 44
|
||||
|
||||
// RetroArch mod: use existing headers; prevents conflicts in griffin
|
||||
#include <wiiu/os.h>
|
||||
#include <wiiu/ios.h>
|
||||
#if 0
|
||||
|
||||
#ifndef __WUT__
|
||||
//!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
@ -41,4 +46,6 @@ extern int IOS_Close(int fd);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif // 0
|
||||
|
||||
#endif // __OS_FUNCTIONS_H_
|
||||
|
|
Loading…
Reference in New Issue