From 0050a77cefba12264bfd609bb89afa54ad7f5409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Mudanyal=C4=B1?= Date: Fri, 30 Oct 2020 08:47:02 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f92ffa..b6cbf39 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Freeglut for Vita +Freeglut library ported to vita using [Pigs-In-A-Blanket](https://github.com/SonicMastr/Pigs-In-A-Blanket). ## To compile for DolceSDK: ``` @@ -8,10 +9,12 @@ cmake .. -DVITA=1 make -j8 make install ``` +## To-Do +The controls need work as I didn't try porting a glut game to see how the controls are used. ## Credits: - freeglut contributors - FMudanyali - dots-tb - BigBlackOniiSan -- Team CBPS \ No newline at end of file +- Team CBPS