6 Commits

Author SHA1 Message Date
Lioncash
30bb85a4ef Get rid of basic warnings found with -Wextra
- Signed/unsigned compares
- static not being before const
2015-05-11 10:33:38 -04:00
Lioncash
a6db883d49 common: Cache string length in strupper/strlower
Avoids calling strlen every loop iteration.
2015-05-11 03:14:59 -04:00
Lioncash
1f4c4911fc Common: Use typedefs instead of defines 2015-05-11 03:08:32 -04:00
archshift
ed9f2e85f8 Ensure newlines are at the end of all files 2015-05-10 01:00:50 -07:00
archshift
bd925bae17 Split up gamecart.c/h into multiple protocol files 2015-05-10 00:53:09 -07:00
archshift
bc5aa24d4f Move includes into source/ directory, some small cleanups 2015-05-10 00:14:42 -07:00