Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it so comments don't take up gecko space #4065

Merged
merged 1 commit into from Jul 30, 2016

Conversation

jjdelvalle
Copy link
Contributor

@jjdelvalle jjdelvalle commented Jul 29, 2016

Unlike notes, we want comments to be completely ignored


This change is Reviewable

@@ -25,7 +25,7 @@ void LoadCodes(const IniFile& globalIni, const IniFile& localIni, std::vector<Ge

for (auto& line : lines)
{
if (line.empty())
if (line.empty() || line[0] == '#')

This comment was marked as off-topic.

This comment was marked as off-topic.

Unlike notes, we want comments to be completely ignored
@delroth delroth merged commit a3438f9 into dolphin-emu:master Jul 30, 2016
@jjdelvalle jjdelvalle deleted the ignore-comments-geckocodes branch July 31, 2016 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants