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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 113 114 115 116 117

Problem when trying to compile nJoy plugin
View New Posts | View Today's Posts

Pages (2): « Previous 1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Problem when trying to compile nJoy plugin
05-09-2009, 11:11 AM
#11
enb141 Offline
Member
***
Posts: 55
Threads: 5
Joined: May 2009
Thank you very much.

Hey I've made an update to the code (nJoy) how I can upload to see if everybody will love it?
Find
Reply
05-09-2009, 11:13 AM
#12
LuisR14
Unregistered
 
make a patch of it Smile (go to where the sources of it are for ex: "[your documents]\dolphin\source\plugins\njoy" then right click->TortoiseSVN->Create Patch then select the files that you changed) Smile
Reply
05-09-2009, 12:03 PM (This post was last modified: 05-09-2009, 12:13 PM by enb141.)
#13
enb141 Offline
Member
***
Posts: 55
Threads: 5
Joined: May 2009
Wow cool and then it will upload automatically?

So I have to download the latest version or it will upload the patch doesn't matter if the version I'm using is a little bit older than the current version?

Basically I changed a line in that gamepad plugin and now Left trigger works at least for mario sunshine Big Grin


By the way by somehow this SVN (RapidSVN) doesn't says which version I compiled
Find
Reply
05-09-2009, 12:13 PM
#14
LuisR14
Unregistered
 
(05-09-2009, 12:03 PM)enb141 Wrote: Wow cool and then it will upload automatically?
no, you compress the file and attach it here Smile

(05-09-2009, 12:03 PM)enb141 Wrote: Basically I changed a line in that gamepad plugin and now Left trigger works at least for mario sunshine Big Grin
hmm cool, i was going to check that left trigger thing, but looks like you beat me to the punch Tongue Big Grin
Reply
05-09-2009, 12:49 PM (This post was last modified: 05-09-2009, 12:50 PM by enb141.)
#15
enb141 Offline
Member
***
Posts: 55
Threads: 5
Joined: May 2009
Big Grin just changed in line 427 in nJoy.cpp
[color=#0000CD]
int TriggerValue = PadState[_numPAD].halfpress ? 100 : 255;[/color]

with
[color=#0000CD]int TriggerValue = PadState[_numPAD].halfpress ? 255 : 100;[/color]

But I still have plans for checking why analog left axis doesn't works.
Find
Reply
05-13-2009, 05:03 AM
#16
enb141 Offline
Member
***
Posts: 55
Threads: 5
Joined: May 2009
Guys I think the problem is not related to the plugin, its related to something else, this adapter works flawlessly on Windows XP SP3 but doesn't detects left analog axis under Vista x64 SP1
Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


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


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode