From bd500ae249e0afc9fde35e9d355edebdc55a25f8 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Mon, 5 Mar 2012 01:15:27 +0100 Subject: [PATCH] (360) Header typos --- 360/xdk360_input.cpp | 2 +- 360/xdk360_input.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/360/xdk360_input.cpp b/360/xdk360_input.cpp index 6ae2324b07..8db7d0190e 100644 --- a/360/xdk360_input.cpp +++ b/360/xdk360_input.cpp @@ -1,4 +1,4 @@ -/* SSNES - A Super Ninteno Entertainment System (SNES) Emulator frontend for libsnes. +/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes. * Copyright (C) 2010-2012 - Hans-Kristian Arntzen * Copyright (C) 2011-2012 - Daniel De Matteis * diff --git a/360/xdk360_input.h b/360/xdk360_input.h index 307912eafa..72987a09e6 100644 --- a/360/xdk360_input.h +++ b/360/xdk360_input.h @@ -1,4 +1,4 @@ -/* SSNES - A Super Ninteno Entertainment System (SNES) Emulator frontend for libsnes. +/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes. * Copyright (C) 2010-2012 - Hans-Kristian Arntzen * Copyright (C) 2011-2012 - Daniel De Matteis * @@ -27,8 +27,8 @@ #define XINPUT_GAMEPAD_RSTICK_RIGHT_MASK (2097152) #define XINPUT_GAMEPAD_RSTICK_UP_MASK (4194304) #define XINPUT_GAMEPAD_RSTICK_DOWN_MASK (8388608) -#define XINPUT_GAMEPAD_LEFT_TRIGGER (16777216) +#define XINPUT_GAMEPAD_LEFT_TRIGGER (16777216) #define XINPUT_GAMEPAD_RIGHT_TRIGGER (33554432) -#define DEADZONE (16000) +#define DEADZONE (16000) -#endif \ No newline at end of file +#endif