mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +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
|
||||
|
||||
#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…
x
Reference in New Issue
Block a user