From fa56d36096cd4ab2b227ce2aa61c8404b8874689 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 29 Oct 2012 01:08:35 +0200 Subject: move blit to core, allow filtering while blitting also adds libpicofe to pull filters from, and filter related UI stuff --- frontend/libpicofe | 1 + 1 file changed, 1 insertion(+) create mode 160000 frontend/libpicofe (limited to 'frontend/libpicofe') diff --git a/frontend/libpicofe b/frontend/libpicofe new file mode 160000 index 0000000..6ce097b --- /dev/null +++ b/frontend/libpicofe @@ -0,0 +1 @@ +Subproject commit 6ce097ba2f3cd1c269bacd032b775b6d296433fc -- cgit v1.2.3 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 --- frontend/libpicofe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/libpicofe') diff --git a/frontend/libpicofe b/frontend/libpicofe index 6ce097b..e22d791 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit 6ce097ba2f3cd1c269bacd032b775b6d296433fc +Subproject commit e22d791cf862a5156a05bc4c55f0a90200ec22e6 -- cgit v1.2.3 From 2c5d0a55b2b48b33f6d15b59d6f04a06c90b2ab5 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 10 Nov 2012 01:14:46 +0200 Subject: frontend: improve pandora nub to PSX analog mapping --- frontend/libpicofe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/libpicofe') diff --git a/frontend/libpicofe b/frontend/libpicofe index e22d791..c688b90 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit e22d791cf862a5156a05bc4c55f0a90200ec22e6 +Subproject commit c688b90fe2c8b9ceb57a4e6f773397a90ade5d4f -- cgit v1.2.3 From 841ba5ee5bfeb32bb1194c423a047f98825d26fd Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 11 Nov 2012 21:01:43 +0200 Subject: frontend: move text drawing to libpicofe + some minor fixes --- frontend/libpicofe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/libpicofe') diff --git a/frontend/libpicofe b/frontend/libpicofe index c688b90..a402579 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit c688b90fe2c8b9ceb57a4e6f773397a90ade5d4f +Subproject commit a4025790b5eded4501bb659c682004202880a76b -- cgit v1.2.3 From a83762012066e4799394f63d08a161a45f982ab6 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 17 Nov 2012 02:09:49 +0200 Subject: frontend: initial sdl overlay implementation --- frontend/libpicofe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/libpicofe') diff --git a/frontend/libpicofe b/frontend/libpicofe index a402579..9227a77 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit a4025790b5eded4501bb659c682004202880a76b +Subproject commit 9227a7770e0d144109ee34ae34a270c6d06b9f80 -- cgit v1.2.3 From c9099d020a1e523d97541f426f7d44da1392526f Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 18 Nov 2012 00:31:30 +0200 Subject: frontend: overlay improvements work directly on psx vram --- frontend/libpicofe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/libpicofe') diff --git a/frontend/libpicofe b/frontend/libpicofe index 9227a77..3e1124f 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit 9227a7770e0d144109ee34ae34a270c6d06b9f80 +Subproject commit 3e1124f989febba80ef582c1200153ed176226f0 -- cgit v1.2.3