SEGA PICO Chip Library for PicoDrive
Find a file
jSTE0 66ef1764f0 sdl: lock YUV overlay before clearing
The pixels pointer is not valid otherwise and leads to a segfault.
2022-02-28 23:00:22 +00:00
arm neon filters: minor optimization from M-HT 2012-11-07 01:35:01 +02:00
gp2x fix gp2x build 2013-10-11 01:04:24 +03:00
linux allow to opt out of HOME config path 2021-10-31 16:33:02 +02:00
pandora pandora: add tv layer selection helper 2013-09-24 00:46:25 +03:00
win32 update license in source code itself 2012-09-13 01:41:57 +03:00
.gitignore add key config save code from rearmed ui 2012-09-13 01:41:57 +03:00
arm_linux.h make cache_flush_ not const, because syscalls are usually not 2013-06-27 03:33:00 +03:00
arm_linux.S make cache_flush_ not const, because syscalls are usually not 2013-06-27 03:33:00 +03:00
config_file.c minor adjustments 2012-09-16 19:43:29 +03:00
config_file.h add key config save code from rearmed ui 2012-09-13 01:41:57 +03:00
fonts.c fonts: make friendly to rgb1555 2012-11-28 17:58:14 +02:00
fonts.h font array size adaption to avoid a compiler warning in picodrive 2020-07-02 09:30:56 +02:00
gl.c sdl: don't try gl on remote displays 2021-10-31 17:16:48 +02:00
gl.h avoid a warning 2021-11-14 23:37:17 +02:00
gl_platform.c gl_platform: avoid direct xlib dependency 2013-02-08 01:44:00 +02:00
gl_platform.h add some VideCore/R-pi support code 2012-12-23 02:14:35 +02:00
in_sdl.c fix SDL loosing one-shot key events for emulator keys 2020-11-03 22:55:42 +02:00
in_sdl.h Let the platform code deliver the key mappings 2013-10-07 19:34:04 +02:00
input.c fix SDL event handling of overlapping keystrokes 2020-11-03 22:55:42 +02:00
input.h Allow the platform code to override the key names 2013-10-07 20:41:22 +02:00
lprintf.h move common files to root 2012-09-13 01:41:53 +03:00
menu.c improve directory handling in menu 2021-01-16 12:29:00 +01:00
menu.h add buffer parameters for menubg_src 2021-01-15 19:48:07 +01:00
plat.h improve directory handling in menu 2021-01-16 12:29:00 +01:00
plat_dummy.c add dummy platform file 2012-11-05 03:08:36 +02:00
plat_sdl.c sdl: lock YUV overlay before clearing 2022-02-28 23:00:22 +00:00
plat_sdl.h sdl: add resize callback 2013-02-06 03:45:53 +02:00
posix.h add minimal PSP support 2021-01-16 12:29:00 +01:00
README minor cahnges to M-HT's filters 2012-10-28 16:57:42 +02:00
readpng.c readpng: put image on center if it's too large 2013-06-29 03:28:51 +03:00
readpng.h allow multi-include on some headers 2013-06-16 02:57:00 +03:00
sndout.c add preliminary alsa driver too 2013-06-25 01:32:48 +03:00
sndout.h support multiple sound drivers, add sdl 2013-06-23 22:23:57 +03:00
sndout_sdl.c SDL sound: Reduce considerably sound latency 2013-10-07 17:10:35 +02:00
sndout_sdl.h support multiple sound drivers, add sdl 2013-06-23 22:23:57 +03:00

libpicofe, or LIB-PICOdrive's-FrontEnd, is an attempt to reuse PicoDrive's
frontend code for other projects. To accommodate various needs, this is
tripple-licensed with these licenses:
  - GNU GPL, version 2 or later.
  - GNU LGPL, version 2.1 or later.
  - MAME license.
When used as part of another project, host project's license usually applies
to combined source code as a whole.

The library also contains filters by Roman Pauer (M-HT), that are licensed
under MIT license, which is compatible with the above licenses.


- notaz