From 02f1b6452bdd5f3421a094963b75d9b18271c9f1 Mon Sep 17 00:00:00 2001 From: sum2012 Date: Fri, 29 Jan 2021 22:45:30 +0800 Subject: [PATCH] Try to build fix on non-windows --- Core/HLE/sceMpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/HLE/sceMpeg.cpp b/Core/HLE/sceMpeg.cpp index acd9a2a657..a33712e1f9 100644 --- a/Core/HLE/sceMpeg.cpp +++ b/Core/HLE/sceMpeg.cpp @@ -34,7 +34,7 @@ #include "Core/Reporting.h" #include "GPU/GPUInterface.h" #include "GPU/GPUState.h" -#include "CORE/HLE/sceKernelMemory.h" +#include "Core/HLE/sceKernelMemory.h" // MPEG AVC elementary stream. static const int MPEG_AVC_ES_SIZE = 2048; // MPEG packet size.