mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Conflicts fixed
This commit is contained in:
commit
7a466b7fb7
33 changed files with 397 additions and 162 deletions
|
|
@ -11,7 +11,7 @@ s32 sys_timer_create(mem32_t timer_id)
|
|||
{
|
||||
sys_timer.Warning("sys_timer_create(timer_id_addr=0x%x)", timer_id.GetAddr());
|
||||
|
||||
timer_id = sys_timer.GetNewId(new timer);
|
||||
timer_id = sys_timer.GetNewId(new timer, TYPE_TIMER);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue