libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
41 stars 63 forks source link

Making core work with Xcode #132

Closed albertofustinoni closed 2 years ago

inactive123 commented 4 years ago

What about MSVC? Will it fail to compile with this?

albertofustinoni commented 4 years ago

Yes, it does work for me in MSVC (2019) with the changes.

irixxxx commented 3 years ago

The change to pico/32x/memory.c isn't needed anymore. However, if you're still out there, could you elaborate why that additional libretro-common stuff is necessary for you? I've compiled standalone OSX builds with SDL without much fuss (no libretro version though), hence I'm a bit baffled.

irixxxx commented 3 years ago

hey @twinaphex, the changes outside of platform/libretro are IMO all obsolete. That leaves the changes to platform/libretro. Do you think those are OK? If so, this can go in.

irixxxx commented 2 years ago

@albertofustinoni this has been lying around far too long... would it be possible for you to check if this is still needed for you? The current master is compiling on osx for me.

irixxxx commented 2 years ago

Closed this as I believe this is already working in current master