Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions MarathonRecomp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ compile_pixel_shader(gaussian_blur_9x9)
compile_pixel_shader(gamma_correction_ps)
compile_pixel_shader(imgui_ps)
compile_vertex_shader(imgui_vs)
compile_pixel_shader(movie_ps)
compile_vertex_shader(movie_vs)
compile_pixel_shader(resolve_msaa_color_2x)
compile_pixel_shader(resolve_msaa_color_4x)
compile_pixel_shader(resolve_msaa_color_8x)
Expand Down
69 changes: 0 additions & 69 deletions MarathonRecomp/gpu/shader/hlsl/movie_common.hlsli

This file was deleted.

101 changes: 0 additions & 101 deletions MarathonRecomp/gpu/shader/hlsl/movie_ps.hlsl

This file was deleted.

10 changes: 0 additions & 10 deletions MarathonRecomp/gpu/shader/hlsl/movie_vs.hlsl

This file was deleted.

39 changes: 0 additions & 39 deletions MarathonRecomp/gpu/shader/msl/movie_common.metali

This file was deleted.

104 changes: 0 additions & 104 deletions MarathonRecomp/gpu/shader/msl/movie_ps.metal

This file was deleted.

12 changes: 0 additions & 12 deletions MarathonRecomp/gpu/shader/msl/movie_vs.metal

This file was deleted.

Loading
Loading