higan-emu / libco

libco is a cooperative multithreading library written in C89.
Other
128 stars 24 forks source link

Upstream ps vita support from libretro #1

Open phcoder opened 4 years ago

Screwtapello commented 4 years ago

Is this based on the official Vita SDK, or a cleanly reverse-engineered homebrew devkit? If it's based on the official SDK, does this comply with whatever the NDA rules are? I'd hate to bring Sony's lawyers down on my head, or on the heads of people who included libco in some larger program.

Screwtapello commented 4 years ago

Also, libco.h declares a co_derive() function that seems to be missing here. Judging by the Windows Fibers implementation, it should be OK to just write a stub implementation if this particular operation doesn't make sense for this backend.