diff options
Diffstat (limited to 'data/apps.rb')
-rw-r--r-- | data/apps.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/apps.rb b/data/apps.rb index 18856262..89b8a9cc 100644 --- a/data/apps.rb +++ b/data/apps.rb @@ -53,6 +53,7 @@ module Application when 0; "mplayer -fs -sid 0 #{files}" when 1; "mplayer -sid 0 #{files}" when 2; "mplayer -vm sdl -sid 0 #{files}" + when 3; "mplayer -mixer software #{files}" else nil end end |