Make README explicitly list C++
Cave Story wasn't written in C, only stylised like it.
This commit is contained in:
parent
d81c46a79c
commit
1b9c2d3662
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ CSE2 is a decompilation of Cave Story.
|
||||||
When Pixel made Cave Story, he compiled the original Windows EXE with no
|
When Pixel made Cave Story, he compiled the original Windows EXE with no
|
||||||
optimisations. This left the generated assembly code extremely verbose and easy
|
optimisations. This left the generated assembly code extremely verbose and easy
|
||||||
to read. It also made the code very decompiler-friendly, since the assembly
|
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
|
Technically, this alone made a decompilation feasible, as was the case for [the
|
||||||
Super Mario 64 decompilation project](https://github.com/n64decomp/sm64) -
|
Super Mario 64 decompilation project](https://github.com/n64decomp/sm64) -
|
||||||
|
|
Loading…
Add table
Reference in a new issue