mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Cleanup snapshot generation
This commit is contained in:
@@ -791,7 +791,7 @@ namespace
|
||||
}
|
||||
|
||||
uint64_t size = section_entry->maximum_size;
|
||||
std::vector<uint8_t> file_data{};
|
||||
std::vector<std::byte> file_data{};
|
||||
|
||||
if (!section_entry->file_name.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user