mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
libiosuhax: Use wiiu headers instead of redefining
This commit is contained in:
parent
f6e4361fc9
commit
3f41c2b822
7
deps/libiosuhax/os_functions.h
vendored
7
deps/libiosuhax/os_functions.h
vendored
@ -6,6 +6,11 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define OS_MUTEX_SIZE 44
|
#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__
|
#ifndef __WUT__
|
||||||
//!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
//!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -41,4 +46,6 @@ extern int IOS_Close(int fd);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // 0
|
||||||
|
|
||||||
#endif // __OS_FUNCTIONS_H_
|
#endif // __OS_FUNCTIONS_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user