Make README explicitly list C++

Cave Story wasn't written in C, only stylised like it.
This commit is contained in:
Clownacy 2020-10-25 11:35:53 +00:00
parent d81c46a79c
commit 1b9c2d3662

View file

@ -20,7 +20,7 @@ CSE2 is a decompilation of Cave Story.
When Pixel made Cave Story, he compiled the original Windows EXE with no
optimisations. This left the generated assembly code extremely verbose and easy
to read. It also made the code very decompiler-friendly, since the assembly
could be mapped directly back to the original C(++) code.
could be mapped directly back to the original C++ code.
Technically, this alone made a decompilation feasible, as was the case for [the
Super Mario 64 decompilation project](https://github.com/n64decomp/sm64) -