onepad: Only append -dev to library name for Devel builds

This commit is contained in:
Jonathan Li 2016-05-18 22:57:34 +01:00
parent 3a274e85f0
commit 899784cbdc
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static void InitLibraryName()
snprintf(libraryName, 255, "OnePAD %lld%s"
# ifdef PCSX2_DEBUG
"-Debug"
# else
# elif defined(PCSX2_DEVBUILD)
"-Dev"
# endif
, SVN_REV,