Memory: move block operations into class
This commit is contained in:
@ -802,7 +802,7 @@ void SVC::OutputDebugString(VAddr address, s32 len) {
|
||||
}
|
||||
|
||||
std::string string(len, ' ');
|
||||
Memory::ReadBlock(*kernel.GetCurrentProcess(), address, string.data(), len);
|
||||
memory.ReadBlock(*kernel.GetCurrentProcess(), address, string.data(), len);
|
||||
LOG_DEBUG(Debug_Emulated, "{}", string);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user