Update Sony Gamepad common controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-17 22:24:59 -05:00
parent 51f162bd37
commit 410423fdc1

View file

@ -1,14 +1,17 @@
/*-----------------------------------------*\ /*---------------------------------------------------------*\
| SonyDS4Controller.h | | SonyGamepadControllerDetect.cpp |
| | | |
| Detector for Sony Dualshock 4 | | Detector for Sony Gamepads |
| | | |
| Pol Rius (alpemwarrior) 24/09/2020 | | Pol Rius (alpemwarrior) 24 Sep 2020 |
\*-----------------------------------------*/ | Flora Aubry 01 Jul 2022 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <vector> #include <vector>
#include <hidapi/hidapi.h> #include <hidapi/hidapi.h>
#include "RGBController_SonyDS4.h" #include "RGBController_SonyDS4.h"
#include "RGBController_SonyDualSense.h" #include "RGBController_SonyDualSense.h"
#include "Detector.h" #include "Detector.h"