mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-01 04:37:52 -05:00
Further refine GPU command list debugging.
This commit is contained in:
@ -100,6 +100,7 @@ public:
|
||||
auto& cmd = cmdlist.back();
|
||||
|
||||
size_t size = 2 + header.extra_data_length;
|
||||
size = (size + 1) / 2 * 2; // align to 8 bytes
|
||||
cmd.reserve(size);
|
||||
std::copy(parse_pointer, parse_pointer + size, std::back_inserter(cmd));
|
||||
|
||||
|
Reference in New Issue
Block a user