From 65eda5fbd4b0f24ed1496a462238a66465ffa798 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 30 Apr 2026 19:55:24 -0700 Subject: [PATCH] Fixed copyright on SDL_hidapi_steam_triton.c Fixes https://github.com/libsdl-org/SDL/issues/15486 Closes https://github.com/libsdl-org/SDL/pull/15487 (cherry picked from commit e9a6d7eda0bbd7c4468fc9b4e2a37e4e3b584985) --- src/joystick/hidapi/SDL_hidapi_steam_triton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/joystick/hidapi/SDL_hidapi_steam_triton.c b/src/joystick/hidapi/SDL_hidapi_steam_triton.c index 453becdec2..79bcc32888 100644 --- a/src/joystick/hidapi/SDL_hidapi_steam_triton.c +++ b/src/joystick/hidapi/SDL_hidapi_steam_triton.c @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 2023 Max Maisel + Copyright (C) 1997-2026 Sam Lantinga This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -84,7 +84,7 @@ typedef enum STEAM_BUTTON_LEFTPAD_CLICKED_MASK, // Left Pressure Click 0x04000000 STEAM_LEFT_TRIGGER_MASK, // Left Trigger Click 0x08000000 STEAM_RIGHT_AUX_MASK, // Right Pinky Touch 0x10000000 - STEAM_LEFT_AUX_MASK, // Left Pinky Touch 0x20000000 + STEAM_LEFT_AUX_MASK, // Left Pinky Touch 0x20000000 */ } TritonButtons;