Results 1 to 7 of 7
  1. #1
    Whatever Tillmann's Avatar
    Join Date
    Apr 2005
    Posts
    116

    guilherme alsa plugin for mupen64

    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?

    My english is really poor... So Please hehehe help me to improve it ok!?
    --------------------------
    Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
    ---------------------------


    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    Whatever Tillmann's Avatar
    Join Date
    Apr 2005
    Posts
    116
    Just in case... I'm attaching the sources:

    Have fun..
    Attached Files Attached Files
    My english is really poor... So Please hehehe help me to improve it ok!?
    --------------------------
    Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
    ---------------------------

  3. #3
    EmuTalk Member
    Join Date
    Feb 2007
    Posts
    146
    Quote Originally Posted by Tillmann View Post
    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 ...
    Attached Files Attached Files
    Last edited by ziggy; February 22nd, 2007 at 14:51.

  4. #4
    Whatever Tillmann's Avatar
    Join Date
    Apr 2005
    Posts
    116
    yo!
    Tanks for your hel, again!
    I was googling about this plugin n' I've found this: http://sourceforge.net/projects/gap-plugin

    edit1Your precompiled bin.... It crash it for me too...
    edit2 Maybe I've been tooo dumb, but it can't compile it. lol
    Last edited by Tillmann; February 22nd, 2007 at 15:18.
    My english is really poor... So Please hehehe help me to improve it ok!?
    --------------------------
    Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
    ---------------------------

  5. #5
    EmuTalk Member
    Join Date
    Feb 2007
    Posts
    146
    Quote Originally Posted by Tillmann View Post
    yo!
    Tanks for your hel, again!
    I was googling about this plugin n' I've found this: http://sourceforge.net/projects/gap-plugin

    edit1Your precompiled bin.... It crash it for me too...
    edit2 Maybe I've been tooo dumb, but it can't compile it. lol
    Well I can't compile it either, there are big problems with the alsa headers used in C++ combined with namespaces, I don't understand why ...

  6. #6
    Whatever Tillmann's Avatar
    Join Date
    Apr 2005
    Posts
    116
    Quote Originally Posted by ziggy View Post
    Well I can't compile it either, there are big problems with the alsa headers used in C++ combined with namespaces, I don't understand why ...
    I'm do not understand why too...
    My english is really poor... So Please hehehe help me to improve it ok!?
    --------------------------
    Sys specs: Debian testing (always testing), NVidia GeForceFX 5200, AtlhonXP 2.6 (1150), 1gb Ram, Asus A7v8x-x, Onboard sound device (via chipset).
    ---------------------------

  7. #7
    EmuTalk Member
    Join Date
    Mar 2004
    Posts
    6
    Fails on my system too.Would be nice if this could be fixed as Blights SDL plugin results in occasional skipping for me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •