From 5d3ce8b92efb3081deb4ff033d14bfda62cd0f8b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 9 Nov 2021 23:00:16 +0100 Subject: [PATCH] Updated the file header text for MiximageGenerator. --- es-app/src/MiximageGenerator.cpp | 2 +- es-app/src/MiximageGenerator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/es-app/src/MiximageGenerator.cpp b/es-app/src/MiximageGenerator.cpp index 20eee9b2b..8139197ee 100644 --- a/es-app/src/MiximageGenerator.cpp +++ b/es-app/src/MiximageGenerator.cpp @@ -3,7 +3,7 @@ // EmulationStation Desktop Edition // MiximageGenerator.cpp // -// Generates miximages from screenshots, marquees and 3D box/cover images. +// Generates miximages from screenshots, marquees, 3D boxes/covers and physical media images. // Called from GuiScraperSearch and GuiOfflineGenerator. // diff --git a/es-app/src/MiximageGenerator.h b/es-app/src/MiximageGenerator.h index 805cc825e..6876ecd8a 100644 --- a/es-app/src/MiximageGenerator.h +++ b/es-app/src/MiximageGenerator.h @@ -3,7 +3,7 @@ // EmulationStation Desktop Edition // MiximageGenerator.h // -// Generates miximages from screenshots, marquees and 3D box/cover images. +// Generates miximages from screenshots, marquees, 3D boxes/covers and physical media images. // Called from GuiScraperSearch and GuiOfflineGenerator. //