diff --git a/README.md b/README.md index 9a9cb8b..0aa90e5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ XenonRecomp is a tool that converts Xbox 360 executables into C++ code, which ca This project was heavily inspired by [N64: Recompiled](https://github.com/N64Recomp/N64Recomp), a similar tool for N64 executables. -**DISCLAIMER:** This project does not provide a runtime implementation. It only converts the game code to C++, which is not going to function correctly without a runtime backing it. **Having the game working is your responsibility.** +**DISCLAIMER:** This project does not provide a runtime implementation. It only converts the game code to C++, which is not going to function correctly without a runtime backing it. **Making the game work is your responsibility.** ## Implementation Details