Android: Fix incorrect include of PostProcessing.h

This commit is contained in:
JosJuice 2022-01-29 18:30:11 +01:00
parent af5678ea75
commit e101c5aaf3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <jni.h>
#include "VideoCommon/PostProcessing.cpp"
#include "VideoCommon/PostProcessing.h"
#include "jni/AndroidCommon/AndroidCommon.h"
extern "C" {