18 lines
508 B
Plaintext
18 lines
508 B
Plaintext
|
config BR2_PACKAGE_PICODRIVE
|
||
|
bool "picodrive"
|
||
|
default y
|
||
|
select BR2_PACKAGE_SDL
|
||
|
select BR2_PACKAGE_SDL_IMAGE
|
||
|
select BR2_PACKAGE_SDL_MIXER
|
||
|
select BR2_PACKAGE_SDL_TTF
|
||
|
select BR2_PACKAGE_ZLIB
|
||
|
help
|
||
|
This is yet another Megadrive / Genesis / Sega CD / Mega CD /
|
||
|
32X / SMS emulator, which was written having ARM-based
|
||
|
handheld devices in mind (such as smartphones and handheld
|
||
|
consoles like GP2X and Pandora), but also runs on non-ARM
|
||
|
little-endian hardware too.
|
||
|
|
||
|
|
||
|
https://github.com/notaz/picodrive
|