mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed the header text in main.cpp
This commit is contained in:
parent
7ea91f08af
commit
e4ee4855df
|
@ -1,15 +1,14 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
//
|
//
|
||||||
// EmulationStation Desktop Edition, an emulator front-end
|
// EmulationStation Desktop Edition (ES-DE) is a front-end for browsing
|
||||||
// with controller navigation and theming support.
|
// and launching games from your multi-platform game collection.
|
||||||
//
|
//
|
||||||
// Originally created by Alec "Aloshi" Lofquist.
|
// Originally created by Alec Lofquist.
|
||||||
// http://www.aloshi.com
|
|
||||||
// Improved and extended by the RetroPie community.
|
// Improved and extended by the RetroPie community.
|
||||||
// Desktop Edition fork by Leon Styhre.
|
// Desktop Edition fork by Leon Styhre.
|
||||||
//
|
//
|
||||||
// The line length limit is 100 characters and the indentations are 4 spaces.
|
// The column limit is 100 characters.
|
||||||
// Line breaks are Unix-style (line feed only).
|
// All ES-DE C++ source code is formatted using clang-format.
|
||||||
//
|
//
|
||||||
// main.cpp
|
// main.cpp
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue