about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-09 14:32:51 -0400
committerCharadon <dev@iotib.net>2022-06-09 14:32:51 -0400
commitd8fecbb950f9e0e63fe7151c58700fc8c0e3ec98 (patch)
tree36abd40918c67b452c41d84dfc81a679411ddd7f
parentff51a6c7458b443d3b8b429f5ff7d895eb6abced (diff)
downloadPong-C-d8fecbb950f9e0e63fe7151c58700fc8c0e3ec98.tar.gz
Update README
-rw-r--r--README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index aaa1daf..493360b 100644
--- a/README.txt
+++ b/README.txt
@@ -15,10 +15,11 @@ My goal with this project is:
         - Windows
         - OpenBSD
         - Mac OSX (File loading issue???)
-       The following platforms are planned with the reasons why they aren't yet:
-        - Haiku
+       The following platforms are not support, with the reasons why they aren't yet:
+        - DragonflyBSD (Haven't gotten around to it yet.)
+        - Haiku (SDL2_Threads not working properly.)
         - Hurd (I'll fuckin do it for the memes, mark my words...)
-        - OpenIndiana
+        - OpenIndiana (Premake5 doesn't link properly.)
     2. Make a fun, simple game. 
     3. Improve my coding skills. If you have any
        criticism of my code, go ahead and leave an issue! Pointing out mistakes
'#n131'>131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181