diff options
author | Mike Pall <mike> | 2014-04-27 00:09:45 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2014-04-27 00:09:45 +0200 |
commit | 7a39be0ac45d8cd19c13bab38d4dda31ea599760 (patch) | |
tree | 502799316175fed602af6e9d93462b02120b6f9c /doc/luajit.html | |
parent | 2715fe3aee7c8202b4b5d04748d1c5faa6d8fd9c (diff) | |
download | luajit-7a39be0ac45d8cd19c13bab38d4dda31ea599760.tar.gz luajit-7a39be0ac45d8cd19c13bab38d4dda31ea599760.tar.bz2 luajit-7a39be0ac45d8cd19c13bab38d4dda31ea599760.zip |
Add PS Vita port.
Thanks to Anton Stenmark.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 43af69c9..ddbc0164 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -38,6 +38,9 @@ table.os1 td { | |||
38 | table.os2 td { | 38 | table.os2 td { |
39 | color: #ffa040; | 39 | color: #ffa040; |
40 | } | 40 | } |
41 | table.os3 td { | ||
42 | color: #40ffff; | ||
43 | } | ||
41 | table.compiler td { | 44 | table.compiler td { |
42 | color: #2080ff; | 45 | color: #2080ff; |
43 | background: #62bf41; | 46 | background: #62bf41; |
@@ -158,7 +161,10 @@ LuaJIT is Copyright © 2005-2014 Mike Pall, released under the | |||
158 | <tr><td>Windows</td><td>Linux</td><td>BSD</td><td>OSX</td><td>POSIX</td></tr> | 161 | <tr><td>Windows</td><td>Linux</td><td>BSD</td><td>OSX</td><td>POSIX</td></tr> |
159 | </table> | 162 | </table> |
160 | <table class="feature os os2"> | 163 | <table class="feature os os2"> |
161 | <tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td><td>PS3</td><td>PS4</td><td>Xbox 360</td></tr> | 164 | <tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td></tr> |
165 | </table> | ||
166 | <table class="feature os os3"> | ||
167 | <tr><td>PS3</td><td>PS4</td><td>PS Vita</td><td>Xbox 360</td></tr> | ||
162 | </table> | 168 | </table> |
163 | <table class="feature compiler"> | 169 | <table class="feature compiler"> |
164 | <tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> | 170 | <tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> |