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
2017-04-24 05:41:13 +02:00
2017-03-30 17:51:11 +02:00
2016-04-25 20:33:48 +02:00
2016-04-25 20:33:48 +02:00
2017-04-29 21:28:05 -04:00
2016-04-27 21:38:43 +02:00

dynamic_libs

Dynamic libs for WiiU homebrew

Description
No description provided
Readme 290 KiB
Languages
C 97.7%
Makefile 2.1%
Dockerfile 0.2%