mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12: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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue