View Single Post
Old November 24th, 2007   #87 (permalink)
Booma
Registered User
 
Join Date: Oct 2007
Location: United States
Posts: 18
Quote:
Originally Posted by NHervé View Post
you don't need to download anything except kdevelop package of course

ps : my plugin does not show up in the list. what must i do to make my plugin to show up in the list on linux ? dllmain ? exports ?
I've another problem : pcsx2 does not want to emulate ps2, when I click "run cdvd", it simply stops running.
Oh! You got it to compile? What did you do differently to make it work?

Anyway, you should hopefully only need your SDL libraries installed... install your libSDL package and it should put a shared object (libSDL-<version number>.so) in the /usr/lib directory. If you have that installed and PCSX2 just can't see it there, I guess you could try copying it right into the PCSX2 directory. ...or, do you call for that file specifically in your plugin? There must be a cleaner way than copying it over.

EDIT: Oh, PCSX2 problems? What plugins/settings are you using? Is your sound system free for the SPU2 plugin to use? That'd make the emulator stop running. If using the null sound plugin works, I'll tell you how to fix this. If not.. ..yeah, what plugins and settings are you using? And what version of PCSX2, for that matter? Compiled from SVN?

Last edited by Booma; November 24th, 2007 at 13:57.
Booma is offline   Reply With Quote