cellGame: Minor revert
I think there are many more bugs here..
This commit is contained in:
@@ -236,7 +236,7 @@ error_code disc_change_manager::register_callbacks(vm::ptr<CellGameDiscEjectCall
|
|||||||
insert_callback = func_insert;
|
insert_callback = func_insert;
|
||||||
|
|
||||||
Emu.GetCallbacks().enable_disc_eject(!!func_eject);
|
Emu.GetCallbacks().enable_disc_eject(!!func_eject);
|
||||||
Emu.GetCallbacks().enable_disc_insert(!!func_insert);
|
Emu.GetCallbacks().enable_disc_insert(false);
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user