Add AAsset_seek_impl#20
Add AAsset_seek_impl#20JeodC wants to merge 1 commit intoPortsMaster:masterfrom JeodC:AAsset_seek_impl
Conversation
|
After thorough testing and rewriting, I have simplified the commits here and ensured backwards compatibility. The The following ports were tested with this build:
All boot and play as expected. |
|
Latest commit moves stubs into a new subfolder, with |
|
I would like someone else to check over my work here before merging. Dark Deity 2 boots, but is unable to load into a level properly: I had it working prior a cleanup and backwards compatibility rewrite, so I might be missing something. |
Latest commit resolved this and I verified it works with other gms ports as well. In summary, the issue appeared to initially be:
Now the asset closes when done seeking giving us a clean slate. |
|
Converting to draft, will rebase off |
|
Also cherry picked upstream |
This PR adds
AAsset_seek_implwhich is a reimplementation ofAAsset_seek.