From acc0fd59c278a3d5b882ddebfcfd9ac1d25df39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20R=2E=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Sun, 10 May 2020 15:09:40 -0300 Subject: [PATCH] Add BETTERCAMERA notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b06d0..bfff300 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Run `./extract-assets.py --clean && make clean` or `make distclean` to remove RO * Native rendering. You can now play SM64 without the need of an emulator. * Variable aspect ratio and resolution. The game can now correctly render at basically any window size. * Native xinput controller support. On Linux, DualShock 4 has been confirmed to work plug-and-play. - * True analog camera control is now available on our [testing branch](https://github.com/sm64pc/sm64pc/tree/testing). + * Analog camera control and mouse look. (Activate with `make BETTERCAMERA=1`.) ## Building For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64pc/wiki).