From 5a3be439dad1ee32d79b2c4fdd85782ee67254df Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Wed, 11 Sep 2013 23:17:42 -0700 Subject: [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? --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3