Everything works well as far as I know. The controller configuration isn't available, but thats about it. If you have deleted your mupen64plus.cfg or you don't have a good one all the setting may not be available because the menus and configuration dialogs are constructed when you run it and are base on the contents of your mupen64plus.cfg file.
This is very alpha, the code is sloppy and uncommented, I'm taking a break from coding for a few days. Make sure you post a comment if you like it.
the source (gtk64.zip) is available at:
http://groups.google.com/group/mupen64plus/files
to build you need the gtkmm lib
if your using ubuntu this will probably work:
sudo apt-get install libgtkmm-2.4-dev
if you have wget and unzip then you can just copy and paste the following code into a terminal and it will probably work:
wget -O gtk64.zip "http://mupen64plus.googlegroups.com/web/gtk64.zip?gda=qaVbejsAAACiJeWS1t7bSMKpgcLBmmuvEom1mcrnSRDaQE2lBHZAGGQOC7eggoL_OCJviW0zH2sGRdr3QrylPkw2aRbXD_gF&gsc=23aVoQsAAABD6GF6uQQ-fih7McqKDGqb"
unzip gtk64.zip
rm gtk64.zip
cd gtk64
./m64p_build.sh
cp ./source/mupen64plus-ui-console/projects/unix/gtk64 ./mupen64plus-gtk
./mupen64plus-gtk
Enjoy...
This is very alpha, the code is sloppy and uncommented, I'm taking a break from coding for a few days. Make sure you post a comment if you like it.
the source (gtk64.zip) is available at:
http://groups.google.com/group/mupen64plus/files
to build you need the gtkmm lib
if your using ubuntu this will probably work:
sudo apt-get install libgtkmm-2.4-dev
if you have wget and unzip then you can just copy and paste the following code into a terminal and it will probably work:
wget -O gtk64.zip "http://mupen64plus.googlegroups.com/web/gtk64.zip?gda=qaVbejsAAACiJeWS1t7bSMKpgcLBmmuvEom1mcrnSRDaQE2lBHZAGGQOC7eggoL_OCJviW0zH2sGRdr3QrylPkw2aRbXD_gF&gsc=23aVoQsAAABD6GF6uQQ-fih7McqKDGqb"
unzip gtk64.zip
rm gtk64.zip
cd gtk64
./m64p_build.sh
cp ./source/mupen64plus-ui-console/projects/unix/gtk64 ./mupen64plus-gtk
./mupen64plus-gtk
Enjoy...
Last edited: