mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-05 16:20:13 +00:00
Ignore known pragmas.
This commit is contained in:
parent
7d5eb2bc27
commit
b1bd0f7b7f
@ -115,6 +115,10 @@ static string build_stage_source(const vector<string> &lines, const char *stage)
|
||||
str << '\n';
|
||||
}
|
||||
}
|
||||
else if (itr->find("#pragma name ") != string::npos)
|
||||
{
|
||||
// Ignore
|
||||
}
|
||||
else if (active)
|
||||
str << *itr;
|
||||
str << '\n';
|
||||
|
Loading…
Reference in New Issue
Block a user