mirror of
https://github.com/libretro/snes9x.git
synced 2025-02-23 10:40:50 +00:00
Shaders: MSVC wants this explicit.
This commit is contained in:
parent
a3149db714
commit
c74b643554
@ -312,7 +312,7 @@ void GLSLShader::read_shader_file_with_includes(std::string filename,
|
||||
std::vector<std::string> &lines,
|
||||
int p)
|
||||
{
|
||||
std::ifstream ss(filename);
|
||||
std::ifstream ss(filename.c_str());
|
||||
|
||||
if (ss.fail())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user