CraftSpider / GCDecompiler

A project to decompile and recompile gamecube games
MIT License
48 stars 7 forks source link

Added missing header for std::strcmp and GCDecompiler recompile not bring recognised #2

Closed CraftedCart closed 6 years ago

CraftedCart commented 6 years ago

Without the cstring header, clang complained about error: no member named 'strcmp' in namespace 'std'

CraftedCart commented 6 years ago

Also fixed GCDecompiler recompile path/to/some/.rel not being recognised as a command