[hle] Stubbed QueryLastPlayTime #389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "last-play-time-stub"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ported from Torzu, made by Jarrod Norwell.
Co-authored-by: Jarrod Norwell official.antique@gmail.com
[query_service]: Stubbed QueryLastPlayTimeto [HLE] [Torzu]: Stubbed QueryLastPlayTime[HLE] [Torzu]: Stubbed QueryLastPlayTimeto [hle] Stubbed QueryLastPlayTime@ -56,0 +60,4 @@
Out<s32> out_entries, u8 unknown,
OutArray<LastPlayTime, BufferAttr_HipcMapAlias> out_last_play_times,
InArray<s32, BufferAttr_HipcMapAlias> application_ids) {
*out_entries = 1;
In Sudachi, *out_entries is set to 0. Any reason why this value was changed to 1?
It is a backport from
66ae161cf8
, where it is 1, but I can change it to 0 if required. Maybe it got changed to prevent possible crashes coming from a possible mem acces violation if it was set to 0.Interesting. In Sudachi 1.0.15 this value is set to 0.
13e6d63c12
to47b5b8d98c
47b5b8d98c
to505facd23e
505facd23e
toe03f1c37bd
e03f1c37bd
toc55cc119fe