yuv422 / png2tile

Convert PNG images into Sega Master System tile format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One small fix.

MewingsDoings opened this issue · comments

Something small I noticed while building this was that I had to add cstring to the includes, for strcmp, memcpy, memset to compile properly. I'm not sure how you would choose to fix this if you do so, it's a small issue and all, but I figured you'd want to know.

Hi, Thanks for the feedback. What environment / compiler are you using to compile?

Oh! Of course, I totally forgot to say! This happened with g++ on Linux Mint x86_64.

err... didn't mean to close it x.x

This should be fixed now. :)