Merge pull request #109 from fastpop72/patch-1

Typo ;)
This commit is contained in:
barbudreadmon 2019-09-18 10:05:15 +02:00 committed by GitHub
commit 41ad502c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,13 +54,13 @@ static struct BurnInputInfo ToobinInputList[] = {
{"Coin 3", BIT_DIGITAL, DrvJoy2 + 2, "p3 coin" },
{"P1 Throw", BIT_DIGITAL, DrvJoy1 + 8, "p1 fire 1" },
{"P1 Right.Paddle Forward", BIT_DIGITAL, DrvJoy1 + 4, "p1 fire 2" },
{"P1 Right Paddle Forward", BIT_DIGITAL, DrvJoy1 + 4, "p1 fire 2" },
{"P1 Left Paddle Forward", BIT_DIGITAL, DrvJoy1 + 5, "p1 fire 3" },
{"P1 Left Paddle Backward", BIT_DIGITAL, DrvJoy1 + 6, "p1 fire 4" },
{"P1 Right Paddle Backward", BIT_DIGITAL, DrvJoy1 + 7, "p1 fire 5" },
{"P2 Throw", BIT_DIGITAL, DrvJoy1 + 9, "p2 fire 1" },
{"P2 Right.Paddle Forward", BIT_DIGITAL, DrvJoy1 + 0, "p2 fire 2" },
{"P2 Right Paddle Forward", BIT_DIGITAL, DrvJoy1 + 0, "p2 fire 2" },
{"P2 Left Paddle Forward", BIT_DIGITAL, DrvJoy1 + 1, "p2 fire 3" },
{"P2 Left Paddle Backward", BIT_DIGITAL, DrvJoy1 + 2, "p2 fire 4" },
{"P2 Right Paddle Backward", BIT_DIGITAL, DrvJoy1 + 3, "p2 fire 5" },