mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
cococart.cpp: Fix copy-and-paste mistake
This commit is contained in:
parent
6c9d8a51ab
commit
6ccae2148d
@ -609,7 +609,7 @@ std::string cococart_slot_device::get_default_card_software(get_default_card_sof
|
|||||||
// RPK file
|
// RPK file
|
||||||
rpk_file::ptr file;
|
rpk_file::ptr file;
|
||||||
util::core_file::ptr proxy;
|
util::core_file::ptr proxy;
|
||||||
std::error_condition err = util::core_file::open_proxy(image_core_file(), proxy);
|
std::error_condition err = util::core_file::open_proxy(*hook.image_file(), proxy);
|
||||||
if (!err)
|
if (!err)
|
||||||
err = read_coco_rpk(std::move(proxy), file);
|
err = read_coco_rpk(std::move(proxy), file);
|
||||||
if (!err)
|
if (!err)
|
||||||
|
Loading…
Reference in New Issue
Block a user