diff options
author | 2016-11-30 07:04:04 +1100 | |
---|---|---|
committer | 2016-11-30 07:04:04 +1100 | |
commit | 66f1cb5f3a3b229d8192e1a0fd9db867e3f21d5c (patch) | |
tree | 331243dd60253538c4bf22f8bbed5680305c988d /docs/source/advanced/shiftertoggle.rst | |
parent | e2c6632bc43c19dedb393444cc7cc2979139cedd (diff) |
srcclean again (nw)
Diffstat (limited to 'docs/source/advanced/shiftertoggle.rst')
-rw-r--r-- | docs/source/advanced/shiftertoggle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/advanced/shiftertoggle.rst b/docs/source/advanced/shiftertoggle.rst index 2148e1bd4fd..9ea5214b980 100644 --- a/docs/source/advanced/shiftertoggle.rst +++ b/docs/source/advanced/shiftertoggle.rst @@ -27,7 +27,7 @@ Inside the *spyhunt.cfg* file, you will find the following for the input. The ac | JOYCODE_1_RYAXIS_NEG_SWITCH OR JOYCODE_1_RYAXIS_POS_SWITCH | </newseq> | </port> -| +| The line you need to edit will be the port line defining the actual input. For Spy Hunter, that's going to be *P1_BUTTON2*. Add **toggle="no"** to the end of the tag, like follows: @@ -36,6 +36,6 @@ The line you need to edit will be the port line defining the actual input. For S | JOYCODE_1_RYAXIS_NEG_SWITCH OR JOYCODE_1_RYAXIS_POS_SWITCH | </newseq> | </port> -| +| Save and exit. To disable this, simply remove the **toggle="no"** from each desired .CFG input. |