More exception progress

This commit is contained in:
momo5502
2024-09-05 16:10:11 +02:00
parent 79607447e5
commit 7c6e4a23da
6 changed files with 167 additions and 40 deletions

View File

@@ -1156,7 +1156,7 @@ namespace
{
if (file_handle == STDOUT_HANDLE)
{
std::vector<uint8_t> temp_buffer{};
std::string temp_buffer{};
temp_buffer.resize(length);
c.emu.read_memory(buffer, temp_buffer.data(), temp_buffer.size());