mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Fix some warnings
This commit is contained in:
parent
9a5c4aba58
commit
b17078fe1a
2 changed files with 2 additions and 2 deletions
|
@ -532,7 +532,7 @@ namespace ppu_patterns
|
|||
}
|
||||
|
||||
static constexpr struct const_tag{} is_const;
|
||||
static constexpr struct range_tag{} is_range;
|
||||
/*static constexpr*/ struct range_tag{} /*is_range*/;
|
||||
static constexpr struct min_value_tag{} minv;
|
||||
static constexpr struct max_value_tag{} maxv;
|
||||
static constexpr struct sign_bit_tag{} sign_bitv;
|
||||
|
|
|
@ -553,7 +553,7 @@ error_code sys_ss_individual_info_manager(u64 pkg_id, u64 a2, vm::ptr<u64> out_s
|
|||
case 0x17002:
|
||||
{
|
||||
// TODO
|
||||
vm::write<u64>(a5, a4); // Write back size of buffer
|
||||
vm::write<u64>(static_cast<u32>(a5), a4); // Write back size of buffer
|
||||
break;
|
||||
}
|
||||
// Get EID size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue