Skip to content

PocketCDG libretro port modified to play mp3 files on the SF2000/GB300 consoles

License

Notifications You must be signed in to change notification settings

GrGadam/froggyMP3

 
 

Repository files navigation

froggyMP3

License: MIT

Based on PocketCGD Github

How to build (SF2000)

I. Set up your development environment

Follow the guide here:

SF2000 Multicore

II. Get the source code

Clone this project inside the sf2000_multicore/cores/ folder. Command:

git clone https://github.com/GrGadam/froggyMP3.git --recurse-submodules

III. Build the core

In the sf2000_multicore folder use the following command:

make CONSOLE=froggymp3 CORE=cores/froggyMP3

After this, the built core should be under sf2000_multicore/sdcard/cores/froggyMP3
First time, you can move the whole folder on to your sf2000 (which must have multicore installed) in the cores folder (like: /cores/froggymp3)
After that, you need to copy your .mp3 files to your sf2000 CORES/froggymp3/. (If the folder doesn't exist first, you can just create a new folder and name it froggymp3).

About

PocketCDG libretro port modified to play mp3 files on the SF2000/GB300 consoles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.4%
  • Makefile 7.2%
  • Other 0.4%