libretro / swanstation

GNU General Public License v3.0
96 stars 22 forks source link

A couple of fixes. #118

Closed guijan closed 2 months ago

guijan commented 2 months ago

The 1st commit fixes a few small bugs around mkstemp. The 2nd commit makes a small change needed to make swanstation compile on FreeBSD.

Ideally, all of swanstation would use feature testing, as the current OS testing is less portable and a lot more laborious and brittle, but for now this PR adds feature testing to fix compilation on FreeBSD.