Changed the application name to ES-DE in the GLSL shader headers

This commit is contained in:
Leon Styhre 2023-12-26 11:10:19 +01:00
parent 88778e47a5
commit 1dbcba90e6
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
//
// EmulationStation Desktop Edition
// ES-DE
// blur_horizontal.glsl
//
// Horizontal gaussian blur.

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
//
// EmulationStation Desktop Edition
// ES-DE
// blur_vertical.glsl
//
// Vertical gaussian blur.

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
//
// EmulationStation Desktop Edition
// ES-DE
// core.glsl
//
// Core shader functionality.