kemenaran / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
MIT License
60 stars 2 forks source link

libretro port #2

Open eadmaster opened 5 years ago

eadmaster commented 5 years ago

don't port this to Windows, port it to the libretro core as a core option (automatically support a lot more platforms)

kemenaran commented 5 years ago

Now that the wide_gb library does compile on Windows, this should be more feasible.

RyabDev commented 5 years ago

Would very much enjoy this seeing currently there is not support for linux users

CanadianJeff commented 3 years ago

do we have a followup on this?

kemenaran commented 3 years ago

Hey, thanks for asking! To be fair, the development of the Windows version was quite tiresome (for a lack of a proper Windows development environment on my side), so I stopped working on this project for now.

However compiling the SameBoy libretro port from the current code shouldn't be too hard. If someone wants to try, I can definitely provide some mentoring.

Also, I opened #6 to improve the scene change heuristic (which for now is quite a limitation of WideGB). Again, I can mentor someone wanting to have a look at this.