ports/emulators/emulationstation/files/patch-es-app_src_SystemData.h
Lorenzo Salvadore c48fd2014e
emulators/emulationstation: Update to v2.11.2
This also fixes the build with GCC 13 [1].

Changes:
https://github.com/RetroPie/EmulationStation/compare/v2.9.4...v2.11.2

PR:		273676 [1]
Approved by:	maintainer timeout (> 3 weeks)
2024-01-23 10:30:25 +00:00

11 lines
244 B
C++

--- es-app/src/SystemData.h.orig 2023-12-18 20:19:11 UTC
+++ es-app/src/SystemData.h
@@ -9,7 +9,7 @@
#include <string>
#include <vector>
-#include <pugixml/src/pugixml.hpp>
+#include <pugixml.hpp>
class FileData;
class FileFilterIndex;