From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- .gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b59cf68..3310044 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,10 @@ *.o -frontend/revision.h -frontend/linux -frontend/common -frontend/X11 -frontend/gp2x tags cscope.out pandora pcsx.map +config.mak +config.log +frontend/revision.h tools -gpu_dumps* .pcsx/ -- cgit v1.2.3 From 6949dd2a369531ccf38c3f4fae7f6fcf3be6dcc6 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 19 Nov 2012 00:29:24 +0200 Subject: frontend: sdl: autodisable overlay if not accelerated just tried it on r-pi, it's just way too slow --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3310044..e6fc06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.o +*.a +*.so tags cscope.out pandora -- cgit v1.2.3