diff options
author | Garrett Brown <garbearucla@gmail.com> | 2013-09-11 23:17:42 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-12-01 18:08:29 -0800 |
commit | 5a3be439dad1ee32d79b2c4fdd85782ee67254df (patch) | |
tree | 5705ad46778c8e9f7a4d8f491af74bc4259725a8 /.gitignore | |
parent | e2563f6529ea0f08fe153d6baa9dff0935ea8d65 (diff) |
[retroplayer] RetroPlayer core
Thanks to elpendor for RGB565 support, poisson for RAII improvements,
ChrisMyhre for catching a compile error, notspiff for CMake fixes,
acmiyaguchi for video and audio codec support, and popcornmix for
Raspberry Pi support (PR 62).
TODO: Is a call to `g_renderManager.IsStarted()` needed?
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3a617d0fa4..83895b5878 100644 --- a/.gitignore +++ b/.gitignore @@ -442,6 +442,7 @@ lib/cpluff/stamp-h1 /xbmc/cores/playercorefactory/Makefile /xbmc/cores/Makefile /xbmc/cores/VideoPlayer/VideoRenderers/Makefile +/xbmc/cores/RetroPlayer/Makefile # /xbmc/filesystem/ /xbmc/filesystem/Makefile |