cellGame: Minor revert

I think there are many more bugs here..
This commit is contained in:
Eladash 2022-09-07 19:21:49 +03:00 committed by Ivan
parent 07f0ba213e
commit eb4131e1c7

View file

@ -236,7 +236,7 @@ error_code disc_change_manager::register_callbacks(vm::ptr<CellGameDiscEjectCall
insert_callback = func_insert;
Emu.GetCallbacks().enable_disc_eject(!!func_eject);
Emu.GetCallbacks().enable_disc_insert(!!func_insert);
Emu.GetCallbacks().enable_disc_insert(false);
return CELL_OK;
}