ANESE/thirdparty
Daniel Prilik cd756d0a2d fix some gcc warnings, and maybe even a ppu bug?
first commit in a _long_ time, and it's just because I installed a
fresh linux distro and wanted to see if ANESE compiles on it.
It does, but I noticed a couple of warnings and bugs, so these are
some quick fixes.

looks like I had an unintended fallthrough in my bgr_fetch routine.
not sure how mission-critical this is, but maybe it fixes stuff?

other than that, g++ helpfuly noted some other silly errors and
unused vars, so I cleaned those up too.

lastly, I removed some code that skipped the first directory
returned by cute_files in the menu component. Not _super_ sure why
that was there in the first place, but directory traversal now
works on some more linux distros (such as the one I am running)
2018-12-03 14:04:27 -05:00
..
headeronly fix some gcc warnings, and maybe even a ppu bug? 2018-12-03 14:04:27 -05:00
miniz add support for zipped roms 2017-12-18 22:26:56 -05:00
SDL_inprint tweaked callbacks + refactored SDL_inprint 2018-07-12 11:28:54 -07:00
SimpleINI basic persistent config 2018-06-29 12:20:59 -07:00