make build from root dir as to simplify where the binary ends up being

This commit is contained in:
irisz64
2025-07-22 15:35:37 +02:00
parent 5443776239
commit a5bb2c8b0a
3 changed files with 141 additions and 144 deletions

View File

@@ -29,7 +29,7 @@ cmake --build build/ --config Release
## Running:
```
./path/to/kaizen [ROM] [Mupen Movie]
./build/kaizen [ROM] [Mupen Movie]
```
Your GPU needs to support Vulkan 1.3+, because the RDP is implemented via [ParaLLEl-RDP](https://github.com/Themaister/parallel-rdp).