mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-09 02:51:31 -06:00
fix conflict
This commit is contained in:
parent
57f512843c
commit
3f0c27f5ff
@ -413,13 +413,8 @@ inline T retrieve_endian_int(const u8* buf)
|
||||
return out;
|
||||
}
|
||||
|
||||
<<<<<<< add_encrypted_iso
|
||||
// Assumed that directory entry is at file head
|
||||
static std::optional<iso_fs_metadata> iso_read_directory_entry(fs::file& file, bool names_in_ucs2 = false)
|
||||
=======
|
||||
// assumed that directory_entry is at file head
|
||||
static std::optional<iso_fs_metadata> iso_read_directory_entry(fs::file& entry, bool names_in_ucs2 = false)
|
||||
>>>>>>> master
|
||||
{
|
||||
const auto start_pos = entry.pos();
|
||||
const u8 entry_length = entry.read<u8>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user