mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-25 12:06:55 +01:00
Remove printout
This commit is contained in:
parent
89b266b544
commit
70e3d1a797
@ -170,7 +170,6 @@ static int maybe_load_kick_rom_list(const char *roms[])
|
|||||||
|
|
||||||
for (p = roms; p; p++)
|
for (p = roms; p; p++)
|
||||||
{
|
{
|
||||||
printf("Trying to open %s\n", *p);
|
|
||||||
/* OK to open? */
|
/* OK to open? */
|
||||||
if (maybe_load_kick_rom(*p) == 0)
|
if (maybe_load_kick_rom(*p) == 0)
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user