Merge pull request #5377 from rz5/patch-1

Update README.md
This commit is contained in:
Twinaphex 2017-08-26 11:32:21 +02:00 committed by GitHub
commit 32b0bb6f7f
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ Popular examples of implementations for this API includes videogame system emula
more generalized 3D programs.
These programs are instantiated as dynamic libraries. We refer to these as "libretro cores".
![XMB menu driver](http://i.imgur.com/BMR1xxr.png "XMB menu driver")
![rgui menu driver](http://i.imgur.com/X3CbBKa.png "rgui menu driver")
![glui menu driver](http://i.imgur.com/ooqv8rw.png "glui menu driver")
## libretro
[libretro](http://libretro.com) is an API that exposes generic audio/video/input callbacks.