Browse Source
[vk, gl] fix missing spline1 header
Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/2551/head
lizzie
6 months ago
No known key found for this signature in database
GPG Key ID: 287378CADCAB13
2 changed files with
2 additions and
0 deletions
-
src/video_core/renderer_opengl/present/filters.cpp
-
src/video_core/renderer_vulkan/present/filters.cpp
|
|
@ -13,6 +13,7 @@ |
|
|
#include "video_core/host_shaders/present_bicubic_frag.h"
|
|
|
#include "video_core/host_shaders/present_bicubic_frag.h"
|
|
|
#include "video_core/host_shaders/present_gaussian_frag.h"
|
|
|
#include "video_core/host_shaders/present_gaussian_frag.h"
|
|
|
#include "video_core/host_shaders/present_lanczos_frag.h"
|
|
|
#include "video_core/host_shaders/present_lanczos_frag.h"
|
|
|
|
|
|
#include "video_core/host_shaders/present_spline1_frag.h"
|
|
|
#include "video_core/renderer_opengl/present/filters.h"
|
|
|
#include "video_core/renderer_opengl/present/filters.h"
|
|
|
#include "video_core/renderer_opengl/present/util.h"
|
|
|
#include "video_core/renderer_opengl/present/util.h"
|
|
|
|
|
|
|
|
|
|
|
|
@ -13,6 +13,7 @@ |
|
|
#include "video_core/host_shaders/present_bicubic_frag_spv.h"
|
|
|
#include "video_core/host_shaders/present_bicubic_frag_spv.h"
|
|
|
#include "video_core/host_shaders/present_gaussian_frag_spv.h"
|
|
|
#include "video_core/host_shaders/present_gaussian_frag_spv.h"
|
|
|
#include "video_core/host_shaders/present_lanczos_frag_spv.h"
|
|
|
#include "video_core/host_shaders/present_lanczos_frag_spv.h"
|
|
|
|
|
|
#include "video_core/host_shaders/present_spline1_frag_spv.h"
|
|
|
#include "video_core/host_shaders/vulkan_present_frag_spv.h"
|
|
|
#include "video_core/host_shaders/vulkan_present_frag_spv.h"
|
|
|
#include "video_core/host_shaders/vulkan_present_scaleforce_fp16_frag_spv.h"
|
|
|
#include "video_core/host_shaders/vulkan_present_scaleforce_fp16_frag_spv.h"
|
|
|
#include "video_core/host_shaders/vulkan_present_scaleforce_fp32_frag_spv.h"
|
|
|
#include "video_core/host_shaders/vulkan_present_scaleforce_fp32_frag_spv.h"
|
|
|
|