mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
cellGame: Minor revert
I think there are many more bugs here..
This commit is contained in:
parent
07f0ba213e
commit
eb4131e1c7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue