Use consistent capitalisation of TGUI 9400CXi BIOS file name. Patch from Martin_Riarte.
This commit is contained in:
parent
7fcb437f29
commit
d32157306d
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ static void *tgui9440_init()
|
|||
|
||||
static int tgui9400cxi_available()
|
||||
{
|
||||
return rom_present("9400CXI.VBI");
|
||||
return rom_present("9400CXI.vbi");
|
||||
}
|
||||
|
||||
static int tgui9440_available()
|
||||
|
|
|
|||
Loading…
Reference in a new issue