Added libretro API bindings to vendor #5954
Closed
+15,309
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
"The Libretro API is a lightweight C-based Application Programming Interface (API) that exposes generic audio, video, and input callbacks."
There are two sides to Libretro development:
This is a generated binding for the Libretro API.
These bindings has been tested in an x86 emulator that has a fair amount of API coverage. Since this is just a API definition it does not contain any libraries and works on all platforms. (including freestanding)