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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 434 435 436 437 438 ... 1192 Next »

Input Syntax Weirdness
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Input Syntax Weirdness
12-18-2015, 08:00 PM
#1
Lucario Offline
AURA GENKI DAMA!!
****
Posts: 280
Threads: 13
Joined: Jul 2011
I'm not sure why not all the parameters are working when there is & AND after | OR or + ADD (what's the difference lol)

Code:
Input1 & Input2 | Input3 & Input4

Only Input3 & Input4 works

Code:
Input1 | Input2 | Input3 & Input4

Input2 and Input4 or Input3 and Input4 works

Input1 never work.


Code:
Input1 & Input2 | Input3 & !Input4

When adding ! NOT after & AND, parameters containing these will allow another parameter with & AND to work.

What's going on? Any way I can achieve similar to this


Code:
Input1 & Input2 | Input3 & Input4

?
Prime [color=#2299FF]Z270[/color]-A :: [color=teal]7700k[/color] [color=#33CC33]@4.9Ghz[/color] :: Nvidia RTX [color=#33CC33]2060[/color]
Find
Reply
12-19-2015, 10:09 AM
#2
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
I think you need parenthesis around the parameters. e.g.

Code:
(Input1 & Input2) | (Input3 & Input4)

i.e. you have to press both Input1 and Input2 at the same time or alternatively Input3 and Input4 at the same time for it to register.
Find
Reply
12-19-2015, 10:18 AM (This post was last modified: 12-19-2015, 10:40 AM by Lucario.)
#3
Lucario Offline
AURA GENKI DAMA!!
****
Posts: 280
Threads: 13
Joined: Jul 2011
AHH THANKS! I didn't know we can use parentheses. (I'll add that to Dolphin Wiki)
Prime [color=#2299FF]Z270[/color]-A :: [color=teal]7700k[/color] [color=#33CC33]@4.9Ghz[/color] :: Nvidia RTX [color=#33CC33]2060[/color]
Find
Reply
« Next Oldest | Next Newest »


  • 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