]> Shamusworld >> Repos - virtualjaguar/commitdiff
Updates for 1.0.8 release
authorShamus Hammons <jlhamm@acm.org>
Wed, 29 Dec 2004 07:53:02 +0000 (07:53 +0000)
committerShamus Hammons <jlhamm@acm.org>
Wed, 29 Dec 2004 07:53:02 +0000 (07:53 +0000)
docs/TODO
docs/WHATSNEW

index 534edbc577111d591a3ba3f421e9cfd4aa5a662b..810d06324eb04e8a2e83e8f64b648c04e6defcca 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -32,6 +32,8 @@ Stuff to add/fix for the next release of Virtual Jaguar
 Stuff that was added/fixed
 --------------------------
 
+- Make it possible to completely disable the GUI (using a switch like -nogui
+  or the like) for people running VJ in a cabinet. [Shamus] [DONE--Shamus]
 - Would be nice to have a GUI for things that are set on the command line or
   in the config file. [Shamus] [DONE--Shamus]
 - DSP code needs to be rewritten. [Shamus] [DONE but still work to be done--Shamus]
index 4338b3bf6e4e5a44ca7ef4e6d8d78330d5ea7634..57840fcd2249e31fe373ed3b7ddcf64b1ae047b8 100644 (file)
@@ -1,3 +1,10 @@
+Virtual Jaguar v1.0.8 GCC/SDL
+-----------------------------
+
+* Switched OpenGL rendering to 32 BPP. This is not only how a real Jaguar
+  renders graphics, but it also gives VJ a nice speed boost. ;-) [Shamus]
+
+
 Virtual Jaguar v1.0.7 GCC/SDL
 -----------------------------