mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Tidy endianness support (se_t) implementation
Move se_t and se_storage to util/endian.hpp Use single template instead of two specializations. Add minor optimization for MSVC. Remove v128 dependency. Try to enable intrinsics for unaligned data. Fix minor bug in u16/u32/u64 specializations.
This commit is contained in:
parent
c7c12941bc
commit
bd1a24b894
8 changed files with 308 additions and 344 deletions
|
|
@ -335,7 +335,7 @@ static s32 savedata_check_args(u32 operation, u32 version, vm::cptr<char> dirNam
|
|||
|
||||
for (auto resv : setBuf->reserved)
|
||||
{
|
||||
if (resv.raw() != 0)
|
||||
if (resv)
|
||||
{
|
||||
// ****** sysutil savedata parameter error : 10 ******
|
||||
return 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue