mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
remove version column
svn-id: r8368
This commit is contained in:
parent
00b53b5e81
commit
9f4d675eba
@ -291,12 +291,12 @@ void GameDetector::list_games() {
|
||||
const VersionSettings *v = version_settings;
|
||||
const char *config;
|
||||
|
||||
printf("Game SCUMM ver Full Title Config\n"
|
||||
"------------- --------- ---------------------------------------------- -------\n");
|
||||
printf("Game Full Title Config\n"
|
||||
"------------- ---------------------------------------------- -------\n");
|
||||
|
||||
while (v->filename && v->gamename) {
|
||||
config = (g_config->has_domain(v->filename)) ? "Yes" : "";
|
||||
printf("%-14s%-7s\t%-47s%s\n", v->filename, "n/a", v->gamename, config);
|
||||
printf("%-14s\t%-47s%s\n", v->filename, v->gamename, config);
|
||||
v++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user