diff --git a/src/core/game_list.cpp b/src/core/game_list.cpp index e894e7d68..96fb78f67 100644 --- a/src/core/game_list.cpp +++ b/src/core/game_list.cpp @@ -63,7 +63,7 @@ std::string GameList::GetGameCodeForImage(CDImage* cdi) reading_value = false; } } - else if (ch == ' ') + else if (ch == ' ' || (ch >= 0x09 && ch <= 0x0D)) { continue; }