Spelkontroll :: Emulation64 :: DCEmu.co.uk Network Sites:
News Sites:
- Emulation64
- EmuHelp
- DCEmu
- VGN
- Emutastic
- The Saturn Shack
- CPS2Emu
- GameCube Emulation
- GP32 Emulation
- Nintendo DS News
- PSP News
- Alternative Handheld Emulation
- Xbox 2 News
- PS3 Evolution
- Console Hardware News
- PS2Emu
- Xbox Evolution
- GBA-IQUE News
- Xbox Homebrew
Message Boards:
- EmuTalk
- EmuHelp Forums
- EmuFanatics Forums
- DCEmu Forums
Emulators:
- GC - Dolphin
- GC - Dolwin
- GC - WhineCube
- GC - Ninphin
- PS2 - PS2Emu
- PS2 - NSX2
- DC - Dreamemu
- N64 - 1964
- N64 - Apollo64
- N64 - Mupen64
- N64 - PJ64
- N64 - PJ64K
- N64 - TR64
- N64 - UHLE Alpha
- PSX - PSXeven
- PSX - FPSEce
- NES - NesterDC
Glide Wrappers:
- eVoodoo
Emulator Plugins:
- PS2 - GSMax
- PSX - CDR Mooby
- N64 - glnintendo64()
Front Ends:
- Giri Giri Loader
Support:
- Olax's Emulation Centre
- 1964 Cheats
- PJ64 Cheats
- DreamComp
- Emu64 Cheats
Humour:
- JCD's The Doejo
Other:
- Juventuz
- XBMCScripts
- Slipknot CPD
- Stylefone
- EFX2 Blogs
- DW's Console History
- Wiki Emulation
- DarkEngine
- SSB Emulation
- JaboSoft
- EmulNation
- CKEmu
- Bab3s
- The Company 2064
- E}I{'s Software
About :: Hosting :: Donate
August 26th, 2005, 22:34
#1
Moderator
Join Date: Nov 2001
Location: France
Posts: 1,165
August 28th, 2005, 05:16
#2
linux gaming enthusiast
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 15
thank you! the plugin source integration is a wonderful time saver. all of your hard work is greatly appreciated. thanks again, hacktarux.
August 29th, 2005, 06:24
#3
EmuTalk Member
Join Date: Aug 2004
Posts: 10
PWNTASTIC!!! I want to add a feature to the .5 code. How do I submit code changes?
August 29th, 2005, 15:35
#4
EmuTalk Member
Join Date: Nov 2003
Location: /root
Posts: 220
Small patch for the Makefile to be able to clean properly, even if not everything is already built yet:
Code:
--- Makefile.old 2005-08-29 17:31:11.000000000 +0200
+++ Makefile 2005-08-29 17:30:53.000000000 +0200
@@ -405,7 +405,7 @@
clean:
find . -name '*.o' -print0 | xargs -0r rm -f
- rm mupen64 mupen64_nogui mupen64_dbg plugins/mupen64_input.so blight_input/arial.ttf.c blight_input/ttftoh plugins/blight_input.so plugins/mupen64_hle_rsp_azimer.so plugins/dummyaudio.so plugins/mupen64_audio.so plugins/jttl_audio.so plugins/mupen64_soft_gfx.so plugins/glN64.so
+ rm -f mupen64 mupen64_nogui mupen64_dbg plugins/mupen64_input.so blight_input/arial.ttf.c blight_input/ttftoh plugins/blight_input.so plugins/mupen64_hle_rsp_azimer.so plugins/dummyaudio.so plugins/mupen64_audio.so plugins/jttl_audio.so plugins/mupen64_soft_gfx.so plugins/glN64.so
clean_o:
find . -name '*.o' -print0 | xargs -0r rm -f
// Edit:
Just another patch, this time for main/main.c. This way it's able to compile it without errors:
Code:
--- main/main.c.old 2005-08-29 17:38:55.000000000 +0200
+++ main/main.c 2005-08-29 17:39:15.000000000 +0200
@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <unistd.h>
+#include <dirent.h>
#include "main.h"
#include "guifuncs.h"
// Edit 2:
HTML was enabled and therefore there were no < and >.
Last edited by ciruZ : August 29th, 2005 at 15:45 .
August 29th, 2005, 15:47
#5
Moderator
Join Date: Nov 2001
Location: France
Posts: 1,165
Quote:
Originally Posted by GameboyHippo
PWNTASTIC!!! I want to add a feature to the .5 code. How do I submit code changes?
Just submit a patch like ciruz did or attach it to your post if it's bigger
August 29th, 2005, 15:52
#6
EmuTalk Member
Join Date: Nov 2003
Location: /root
Posts: 220
Another interesting fact: Tried to build it for multiuser, the binary only gives a "Resource temporary unaviable" then. Don't know why and I have no interest to investigate further into this because I don't needed (just wanted to test it).
August 29th, 2005, 21:25
#7
EmuTalk Member
Join Date: Aug 2004
Posts: 10
When I try to build it for multiuser, it compiles. But when I run it, it segfaults. Also it does not build the guiless version when compiling for multiuser.
August 29th, 2005, 21:57
#8
Moderator
Join Date: Nov 2001
Location: France
Posts: 1,165
Sorry for that, to fix the nogui version just add those two lines in main/main.c :
Code:
#include <dirent.h>
#include <sys/stat.h>
Concerning the segfault... of course you have done a "make install" as root after compilation, you have checked that you have some plugins in PREFIX/share/mupen64/plugins/ ?
Last edited by Hacktarux : August 30th, 2005 at 21:41 .
August 29th, 2005, 22:08
#9
EmuTalk Member
Join Date: Jun 2004
Posts: 2,391
Can't see the needed #include files
emutalk likes to eat things between '<' and '>' maybe if you put it in [ code ] and [ / code ] tags it'll show? Or otherwise you can just use "file.h"
August 30th, 2005, 17:11
#10
EmuTalk Member
Join Date: Nov 2003
Location: /root
Posts: 220
Yeah, it's more or less a bug. HTML is enabled (what shouldn't be, I guess, since XSS would be possible). Just write &lt; and &gt; instead.
Thread Tools
Display Modes
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT +1. The time now is 04:12 .