• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Site › Dolphin Patches (Archive) v
« Previous 1 ... 3 4 5 6 7 Next »

PATCH small fix for DolphinNoGUI
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
PATCH small fix for DolphinNoGUI
03-04-2010, 01:02 AM
#1
gmthor85
Unregistered
 
the function CSIDevice_GCController::GetNetInput is not available if Dolphin is compiled without the GUI.
This patch disables the use of it, if USE_WX == 0.

If Source/Core/DolphinWX/Src/NetFunctions.cpp is supposed to be compiled when wx is disabled then this patch is wrong.
If so, NetFunctions.cpp has to be always compiled and all wx dependent functionality has to be disabled if USE_WX == 0.


Attached Files
.diff   disable__CSIDevice_GCController_GetData__using_GetNetInput_if_wx_is_disabled.diff (Size: 645 bytes / Downloads: 205)
03-04-2010, 01:08 AM
#2
James333 Offline
Above and Beyond
*******
Posts: 1,520
Threads: 8
Joined: Jul 2009
What about

#if defined(HAVE_WX) && HAVE_WX

instead of

#if USE_WX != 0

Anyway, I think that now netplay is not even enabled in GUI mode
MB : MSI Z68A-GD80
CPU : Intel Core i7 2600k @ 3.4 GHz (stock clock)
Gfx : ATI Raedon HD 6850
Ram : 4 GB DDR3-1333
OS : Windows XP x86

I speak Spanish Big Grin ( And a little English )
Find
03-04-2010, 01:14 AM
#3
gmthor85
Unregistered
 
(03-04-2010, 01:08 AM)James333 Wrote: What about

#if defined(HAVE_WX) && HAVE_WX

instead of

#if USE_WX != 0

Anyway, I think that now netplay is not even enabled in GUI mode

That would probably be cleaner.
Can somebody commit either way?
03-06-2010, 06:52 AM
#4
anthonyda Offline
Member
***
Posts: 88
Threads: 0
Joined: Dec 2009
Yeah, would be nice to have the option back in common build asap, thx.
Find
07-17-2010, 11:15 AM
#5
Capcom Offline
Junior Member
**
Posts: 9
Threads: 0
Joined: Jul 2010
Cool, thanks
Find
07-20-2010, 06:55 AM
#6
savvy Offline
Junior Member
**
Posts: 21
Threads: 3
Joined: Feb 2010
whats the use of this?
if theres no gui how can you load a game?
Find
07-20-2010, 07:52 AM
#7
boogerlad Offline
Above and Beyond
*******
Posts: 1,134
Threads: 21
Joined: Apr 2009
command line mode.
Find
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode