(360) Build fix

This commit is contained in:
Twinaphex 2014-05-08 20:56:55 -07:00
parent f483d862b2
commit 4d46c36917
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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>