Add gestalt_Sound2 selector
authorPhilip Chimento <philip.chimento@gmail.com>
Thu, 7 Jul 2011 21:35:35 +0000 (23:35 +0200)
committerPhilip Chimento <philip.chimento@gmail.com>
Thu, 7 Jul 2011 21:35:35 +0000 (23:35 +0200)
Returns 0 for now, since not all the new functions are supported

libchimara/gestalt.c

index 6dbffa1ade892881ac4e7dc3afc46fe83a41b4da..2b6c29c08a32ac8c3514757e3e516be94e638b5f 100644 (file)
@@ -137,7 +137,9 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen)
 #endif
                        
                /* Unsupported capabilities */
-               /* none! */
+               /* We do not support the entire new sound suite yet */
+               case gestalt_Sound2:
+                       return 0;
 
                /* Selector not supported */    
                default: