cai567890 / pcsx2

Automatically exported from code.google.com/p/pcsx2
1 stars 0 forks source link

PCSX2 attempts to enumerate any file placed in /plugins/ as a plugin regardless of extension or type #1461

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) Did the game ever work correctly (i.e. not have this problem) on the
Official PCSX2 build or an earlier version of PCSX2 playground?
(If so, please specify the latest pcsx2-playground or Official revision
that last worked.)

Not game related

2) What steps will reproduce the problem?
1. Rename a plugin to {pluginname}.dll_
2. Run PCSX2
3. Plugin is still enumerated

3) What exactly happens when you experience this issue (listing any console
errors or screen output you receive)?
No errors, just annoying behavior

4) What version of PCSX2 are you using? On what operating system? Plugins?
580x
Windows 7

5) Please provide any additional information below.
It is expected that plugins only be loaded if the extension is dll, and be 
skipped if anything else.

Original issue reported on code.google.com by danialho...@gmail.com on 12 Jan 2014 at 4:43

GoogleCodeExporter commented 9 years ago
What's the annoyance here? :p

Original comment by ramapcsx2.code on 13 Jan 2014 at 8:31

GoogleCodeExporter commented 9 years ago
usually id just whack a _ on the extension to stop it from being loaded :p

turned out i was using the renamed plugin instead of the new one i'd just 
dropped in, and orphis's buildbot not currently embedding the svn version 
doesn't help lol.

Original comment by danialho...@gmail.com on 13 Jan 2014 at 8:40

GoogleCodeExporter commented 9 years ago
Okay, I guess it makes sense to only look for .dll (.so on Linux?) in /plugins.

Original comment by ramapcsx2.code on 13 Jan 2014 at 2:01