mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Fix 3rdparty imports for case-sensitive platforms (fixes *NIX build)
This commit is contained in:
parent
d0a824996b
commit
a4c1fcb59a
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
#include "../fsr_pass.h"
|
#include "../fsr_pass.h"
|
||||||
|
|
||||||
#define A_CPU 1
|
#define A_CPU 1
|
||||||
#include "3rdParty/GPUOpen/include/ffx_a.h"
|
#include "3rdparty/GPUOpen/include/ffx_a.h"
|
||||||
#include "3rdParty/GPUOpen/include/ffx_fsr1.h"
|
#include "3rdparty/GPUOpen/include/ffx_fsr1.h"
|
||||||
#undef A_CPU
|
#undef A_CPU
|
||||||
|
|
||||||
namespace vk
|
namespace vk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue