mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
rsx: fix reading zipped captures
This commit is contained in:
parent
840455b872
commit
06bdaf1fb1
3 changed files with 7 additions and 4 deletions
|
|
@ -453,7 +453,7 @@ namespace utils
|
|||
|
||||
const usz end_pos = pos + sizeof(T);
|
||||
const usz size = get_size(end_pos);
|
||||
using type = std::remove_const_t<T>;
|
||||
using type = std::remove_const_t<T>;
|
||||
|
||||
if (size >= end_pos)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue