From: ptitSeb Date: Sat, 12 Oct 2013 19:11:21 +0000 (+0200) Subject: Fixed stupid typo in an audio plugin X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=commitdiff_plain;h=339dbc9c27407f38993e71173d8b64768f316461 Fixed stupid typo in an audio plugin --- diff --git a/source/mupen64launcher/src/cprofile.cpp b/source/mupen64launcher/src/cprofile.cpp index 251bfa7..2fb960c 100755 --- a/source/mupen64launcher/src/cprofile.cpp +++ b/source/mupen64launcher/src/cprofile.cpp @@ -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";