Fix some warnings

This commit is contained in:
Megamouse 2025-04-30 03:03:04 +02:00
parent 9a5c4aba58
commit b17078fe1a
2 changed files with 2 additions and 2 deletions

View file

@ -532,7 +532,7 @@ namespace ppu_patterns
} }
static constexpr struct const_tag{} is_const; 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 min_value_tag{} minv;
static constexpr struct max_value_tag{} maxv; static constexpr struct max_value_tag{} maxv;
static constexpr struct sign_bit_tag{} sign_bitv; static constexpr struct sign_bit_tag{} sign_bitv;

View file

@ -553,7 +553,7 @@ error_code sys_ss_individual_info_manager(u64 pkg_id, u64 a2, vm::ptr<u64> out_s
case 0x17002: case 0x17002:
{ {
// TODO // 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; break;
} }
// Get EID size // Get EID size