about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedvorbisfile.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-33/+21
| | | | more straight forward usage of native wrapped functions (ported from box86)
* First passrajdakin2021-04-141-0/+1
|
* Added a libvorbisfile wrapped function and fixed another one (structure as ↵ptitSeb2021-04-081-6/+18
| | | | argument are in the stack, always)
* Added wrapped libvorbis and libvorbisfileptitSeb2021-03-251-0/+176