libretro-mirrors / beetle-saturn-libretro

Standalone port of Mednafen Saturn to the libretro API.
GNU General Public License v2.0
62 stars 42 forks source link

Option to disable Threading ? #113

Open natehaxx opened 6 years ago

natehaxx commented 6 years ago

i want to compile beetle saturn for the Nintendo Switch but it needs to have an Option for Threading to be Disable will that be possible ?

https://github.com/simias/beetle-psx-libretro/commit/239eaae66f258a19d04f534c27e4c4ebe57d9aa4

there was a proper switch fix by simias maybe this can be added for Saturn Libretro

hiddenasbestos commented 6 years ago

As far as I can remember this core doesn't actually use threading (it just round-robins the various CPUs), but it does link to the pthread lib. So it should be possible to remove it.

andres-asm commented 6 years ago

Mednafen Saturn is x86_64 only, you may get as far as... a black screen, that's all. We already tried on ARM before