mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
cellSaveData: Adjust to non-TSX
This commit is contained in:
parent
5d98f3866c
commit
2d45ecff22
2 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue