What's new

guilherme alsa plugin for mupen64

Tillmann

Whatever
anyone could run this plugin under v0.4????
This plugin it's good and, sometimes, it works for me even better than the others...

cheers
ps: Could anyone offer me some tips to how to port gtk1.2 to gkt2?
 

ziggy

New member
anyone could run this plugin under v0.4????
This plugin it's good and, sometimes, it works for me even better than the others...

cheers
ps: Could anyone offer me some tips to how to port gtk1.2 to gkt2?

I think it's just a matter of changing the flags used when compiling/linking :

for gtk 1.2 :
GTK_FLAGS =`gtk-config --cflags`
GTK_LIBS =`gtk-config --libs`
GTHREAD_LIBS =`gtk-config --libs gtk gthread`

for gtk 2
GTK_FLAGS =`pkg-config gtk+-2.0 --cflags` -D_GTK2
GTK_LIBS =`pkg-config gtk+-2.0 --libs`
GTHREAD_LIBS =`pkg-config gthread-2.0 --libs`

EDIT : On my distribution (gentoo) this plugin is provided and compiled with gtk2, here is the binary as attachement. Personally , the plugin crashes for me , but you may have better luck than me ...
 
Last edited:

Darklegion

New member
Fails on my system too.Would be nice if this could be fixed as Blights SDL plugin results in occasional skipping for me.
 

Top