Fixed stupid typo in an audio plugin
authorptitSeb <sebastien.chev@gmail.com>
Sat, 12 Oct 2013 19:11:21 +0000 (21:11 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Sat, 12 Oct 2013 19:11:21 +0000 (21:11 +0200)
source/mupen64launcher/src/cprofile.cpp

index 251bfa7..2fb960c 100755 (executable)
@@ -278,7 +278,7 @@ int8_t CProfile::LoadPlugins()
 //        plugin.TextFile+=".txt";
        // audios plugins
        one.Name="Notaz Audio";
-       one.So="notaz-audio";
+       one.So="notaz_audio";
        plugin.Plugins.push_back(one);
        one.Name="SDL Audio";
        one.So="mupen64plus-audio-sdl";