no need for special treatment for first line when we have comments now
This commit is contained in:
parent
efef2ebec4
commit
1408bcdb4b
|
@ -81,8 +81,6 @@ namespace BizHawk
|
|||
{
|
||||
using (var reader = new StreamReader(new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)))
|
||||
{
|
||||
reader.ReadLine(); // Skip header row
|
||||
|
||||
while (reader.EndOfStream == false)
|
||||
{
|
||||
string line = reader.ReadLine();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CRC Status Name System ID Notes MetaData Configurations
|
||||
;CRC Status Name System ID Notes MetaData Configurations
|
||||
F0F35C22 20 em 1 (BR) SMS
|
||||
241F2707 D 20 in 1 menu [beta] SMS SMS newbie
|
||||
A581402E D 64-Color Palette Test Program SMS Charles MacDonald
|
||||
|
|
Loading…
Reference in New Issue