Added global lua function for fetching the list of available sound drivers. Moved WaveOut to the front of the list to make it the first driver to try on Windows.

This commit is contained in:
Kyzentun Keeslala
2016-03-05 18:11:59 -07:00
parent 5f4cd214d9
commit bd19b1b29a
6 changed files with 29 additions and 2 deletions
+1
View File
@@ -222,6 +222,7 @@
<Function name='getfenv'/>
<Function name='getmetatable'/>
<Function name='get_music_file_length'/>
<Function name='get_sound_driver_list'/>
<Function name='ipairs'/>
<Function name='ivalues'/>
<Function name='join'/>