mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
(360) Build fix
This commit is contained in:
parent
f483d862b2
commit
4d46c36917
@ -56,9 +56,12 @@ struct gl_shader_backend
|
||||
enum rarch_shader_type type;
|
||||
};
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
void gl_load_texture_data(GLuint obj, const struct texture_image *img,
|
||||
GLenum wrap, bool linear, bool mipmap);
|
||||
bool gl_load_luts(const struct gfx_shader *generic_shader, GLuint *lut_textures);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -234,6 +234,10 @@
|
||||
<ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c">
|
||||
<Filter>frontend\menu\backend</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\settings_data.c" />
|
||||
<ClCompile Include="..\..\gfx\shader_common.c">
|
||||
<Filter>gfx</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
@ -303,4 +307,4 @@
|
||||
<UniqueIdentifier>{dd1ca879-56f4-43f6-8bd8-ae50222061e8}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user