aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2017-05-08 00:55:26 +0200
committerRay <raysan5@gmail.com>2017-05-08 00:55:26 +0200
commit39732d04ec8ce71cde457ec3a89b3b5aca578e8d (patch)
tree9b187907882615b18c391e0b2df48fb1e94905d3 /src
parent0ebd8b0f6ec1887f281f840052218d4ff0363cca (diff)
downloadraylib-39732d04ec8ce71cde457ec3a89b3b5aca578e8d.tar.gz
raylib-39732d04ec8ce71cde457ec3a89b3b5aca578e8d.zip
Comments review
Diffstat (limited to 'src')
-rw-r--r--src/core.c5
-rw-r--r--src/rlgl.h2
2 files changed, 3 insertions, 4 deletions
diff --git a/src/core.c b/src/core.c
index d7cf1f79..1241b3c1 100644
--- a/src/core.c
+++ b/src/core.c
@@ -5,11 +5,10 @@
* PLATFORMS SUPPORTED:
* - Windows (win32/Win64)
* - Linux (tested on Ubuntu)
-* - Mac (OSX)
-* - Android (API Level 9 or greater)
+* - OSX (Mac)
+* - Android (ARM or ARM64)
* - Raspberry Pi (Raspbian)
* - HTML5 (Chrome, Firefox)
-* - Oculus Rift CV1
*
* CONFIGURATION:
*
diff --git a/src/rlgl.h b/src/rlgl.h
index 8358efb8..300949f9 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -37,7 +37,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2017 Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.