mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Android: Fix incorrect include of PostProcessing.h
This commit is contained in:
parent
af5678ea75
commit
e101c5aaf3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <jni.h>
|
||||
|
||||
#include "VideoCommon/PostProcessing.cpp"
|
||||
#include "VideoCommon/PostProcessing.h"
|
||||
#include "jni/AndroidCommon/AndroidCommon.h"
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Reference in a new issue