REDRIVER2/CONTRIBUTING.md

21 lines
621 B
Markdown
Raw Normal View History

2020-07-24 17:58:27 +02:00
# Contributing
Pull requests which drastically alter the structure or architecture of the code will not be accepted. This is to maintain "sanity" whilst going back through code, comparing to the original MIPS disassembled output.
# Compiling
Project **must** be built only for 32 bit platform because there are 32 bit pointers everywhere
2020-07-24 17:58:27 +02:00
Use premake5 to generate project files
2020-07-24 17:58:27 +02:00
Dependencies:
- SDL2
- GLEW
- OpenAL-Soft
#### Markers for decompiled function names, code, etc
- [D] = decompiled
- [F] = final
- [T] = debugged and tested
- [A] = altered code - debugging purposes or not being able to compile or run...