bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.69k stars 158 forks source link

nall: File timestamp fix for OpenBSD and DragonFly BSD, add DragonFly BSD to PLATFORM_BSD definition #201

Closed carmiker closed 3 years ago

carmiker commented 3 years ago

This is a manual backport of this commit from the upstream nall repository: https://github.com/higan-emu/nall/commit/c673bd802e84050d83cb977955550947dccf9aef

Since the copy of nall in bsnes has diverged from the upstream repository, simply importing upstream nall is not possible without some changes deep in the bsnes codebase. Until those changes happen, this commit gives us out of the box OpenBSD support, while also paving the way for out of the box support for DragonFly.

Screwtapello commented 3 years ago

Can you please file an issue about merging the upstream version of nall into bsnes, with whatever information you've gathered about the obstacles involved?