Update Sony DualSense controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-17 22:21:59 -05:00
parent 9360466b6f
commit 51f162bd37
4 changed files with 46 additions and 32 deletions

View File

@@ -1,12 +1,16 @@
/*-----------------------------------------*\
| RGBController_SonyDualSense.h |
| |
| Controller for Sony DualSense |
| |
| by flora 01/07/2022 |
\*-----------------------------------------*/
#include <CRC.h>
/*---------------------------------------------------------*\
| SonyDualSenseController.cpp |
| |
| Driver for Sony DualSense |
| |
| Flora Aubry 01 Jul 2022 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include <CRC.h>
#include <hidapi/hidapi.h>
#include "SonyDualSenseController.h"