From 339dbc9c27407f38993e71173d8b64768f316461 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 12 Oct 2013 21:11:21 +0200 Subject: [PATCH] Fixed stupid typo in an audio plugin --- source/mupen64launcher/src/cprofile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2