cellSaveData: Adjust to non-TSX

This commit is contained in:
Eladash 2022-09-03 07:29:07 +03:00 committed by Elad Ashkenazi
parent 5d98f3866c
commit 2d45ecff22
2 changed files with 8 additions and 1 deletions

View file

@ -92,6 +92,8 @@ std::string dump_useful_thread_info();
error_code sys_tty_write([[maybe_unused]] ppu_thread& ppu, s32 ch, vm::cptr<char> buf, u32 len, vm::ptr<u32> pwritelen)
{
ppu.state += cpu_flag::wait;
sys_tty.notice("sys_tty_write(ch=%d, buf=*0x%x, len=%d, pwritelen=*0x%x)", ch, buf, len, pwritelen);
std::string msg;