1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Clean and expose get_audio/video_driver_* funcs on OS class

This commit is contained in:
Marcelo Fernandez
2018-03-04 14:18:05 -03:00
parent e619727e99
commit d780d774aa
15 changed files with 75 additions and 116 deletions

View File

@@ -73,15 +73,6 @@ void OS_Unix::debug_break() {
assert(false);
};
int OS_Unix::get_audio_driver_count() const {
return 1;
}
const char *OS_Unix::get_audio_driver_name(int p_driver) const {
return "dummy";
}
int OS_Unix::unix_initialize_audio(int p_audio_driver) {
return 0;