move shaggy array to its own file

This commit is contained in:
James Rowe
2019-03-31 14:16:59 -06:00
committed by Rodrigo Locatti
parent 69c5966e24
commit a08e07505a
4 changed files with 65560 additions and 2028 deletions

View File

@@ -65,6 +65,8 @@ add_library(video_core STATIC
renderer_opengl/maxwell_to_gl.h
renderer_opengl/renderer_opengl.cpp
renderer_opengl/renderer_opengl.h
renderer_opengl/shaggy.cpp
renderer_opengl/shaggy.h
renderer_opengl/utils.cpp
renderer_opengl/utils.h
shader/decode/arithmetic.cpp

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
/* Generated by bin2c, do not edit manually */
#ifndef shaggy_h_included
#define shaggy_h_included
/* Contents of file .\shaggy.rgba */
extern const long int shaggy_rgba_size;
extern const unsigned char shaggy_rgba[1048576];
#endif /* __shaggy_h_included */