libretro / QuickNES_Core

The QuickNES core library, originally by Shay Green, heavily modified
GNU General Public License v2.0
22 stars 35 forks source link

How to build this core to PS2? #59

Closed jhonathanc closed 5 years ago

jhonathanc commented 5 years ago

Sorry about this newbie question, but how to build this to PS2? I already install the SDK and tools, but when I do a make, it generates a file called "quicknes_libretro_ps2.a", and when I try to build RetroArch, it returns an error: "cannot find -lretro_ps2" (it must be a library, but I don't know where I should get it).

jhonathanc commented 5 years ago

I only need to copy "quicknes_libretro_ps2.a" to RetroArch folder and then, rename it to "libretro_ps2.a". Thanks to @fjtrujy.