XAM: Write as many items possible when enumerating. Fixes Nier not detecting system save data (and possibly other games).
This commit is contained in:
@@ -173,7 +173,7 @@ dword_result_t XamContentCreateEnumerator(dword_t user_index, dword_t device_id,
|
||||
}
|
||||
|
||||
if (buffer_size_ptr) {
|
||||
*buffer_size_ptr = (uint32_t)XCONTENT_DATA::kSize;
|
||||
*buffer_size_ptr = (uint32_t)XCONTENT_DATA::kSize * max_count;
|
||||
}
|
||||
|
||||
auto e =
|
||||
|
||||
Reference in New Issue
Block a user