mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
ldplayer: make it compile again (nw)
This commit is contained in:
parent
f993cbbf0c
commit
689467b39b
@ -195,8 +195,8 @@ chd_file *ldplayer_state::get_disc()
|
|||||||
{
|
{
|
||||||
// open the file itself via our search path
|
// open the file itself via our search path
|
||||||
emu_file image_file(machine().options().media_path(), OPEN_FLAG_READ);
|
emu_file image_file(machine().options().media_path(), OPEN_FLAG_READ);
|
||||||
file_error filerr = image_file.open(dir->name);
|
osd_file::error filerr = image_file.open(dir->name);
|
||||||
if (filerr == FILERR_NONE)
|
if (filerr == osd_file::error::NONE)
|
||||||
{
|
{
|
||||||
std::string fullpath(image_file.fullpath());
|
std::string fullpath(image_file.fullpath());
|
||||||
image_file.close();
|
image_file.close();
|
||||||
|
Loading…
Reference in New Issue
Block a user