cellAudio: Move and partially fix _mxr000 hack

This commit is contained in:
Eladash 2023-08-18 08:54:57 +03:00 committed by Elad Ashkenazi
parent e410841f10
commit 730badd378
3 changed files with 94 additions and 37 deletions

View file

@ -349,7 +349,7 @@ void disc_change_manager::insert_disc(u32 disc_type, std::string title_id)
});
}
void lv2_sleep(u64 timeout, ppu_thread* ppu = nullptr)
extern void lv2_sleep(u64 timeout, ppu_thread* ppu = nullptr)
{
if (!ppu)
{