Go to file
Crayon2000 7151534641 Fix compiler warnings
These are the two warnings that I fixed:

/src/dynamic_libs/os_functions.c: In function '_os_find_export':
/src/dynamic_libs/os_functions.c:171:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < sizeof(a) - 1; i++)
                       ^
/src/dynamic_libs/os_functions.c:177:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < sizeof(b) - 1; i++)
                       ^
2017-04-29 21:28:05 -04:00
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2016-04-25 20:33:05 +02:00
.gitignore .gitignore: Ignore .o files 2017-04-24 05:41:13 +02:00
acp_functions.c Added WPAD and socket functions 2017-03-30 17:51:11 +02:00
acp_functions.h Added WPAD and socket functions 2017-03-30 17:51:11 +02:00
aoc_functions.c Added WPAD and socket functions 2017-03-30 17:51:11 +02:00
aoc_functions.h Added WPAD and socket functions 2017-03-30 17:51:11 +02:00
ax_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
ax_functions.h Added WPAD and socket functions 2017-03-30 17:51:11 +02:00
curl_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
curl_functions.h First commit 2016-04-25 20:33:48 +02:00
fs_defs.h Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
fs_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
fs_functions.h Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
gx2_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
gx2_functions.h Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
gx2_types.h First commit 2016-04-25 20:33:48 +02:00
os_functions.c Fix compiler warnings 2017-04-29 21:28:05 -04:00
os_functions.h os_functions: Add OSIsAddressValid 2017-04-24 05:41:14 +02:00
os_types.h added OSTicksTOCalendarTime and OSCalendarTime struct 2016-09-19 20:13:04 +02:00
padscore_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
padscore_functions.h Added the wpad sampling callback 2017-04-23 15:21:51 +02:00
README.md Create README.md 2016-04-27 21:38:43 +02:00
socket_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
socket_functions.h Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
sys_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
sys_functions.h Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
syshid_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
syshid_functions.h Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
vpad_functions.c Using u32 and s32 only instead of (unsigned) int to be more consistent with data types 2017-04-10 11:04:06 +02:00
vpad_functions.h Add support for vpad gyro and angle 2017-04-27 23:56:23 -04:00

dynamic_libs

Dynamic libs for WiiU homebrew