Skip to content

Is it possible for the 3ds to support flock? #200

Closed Answered by FenrirWolf
kaylambdadelta asked this question in Q&A
Discussion options

You must be logged in to vote

The 3DS has no notion of file locking, so I doubt that the flock API could be properly supported. That being said, I took a look at redb's source code and it looks like it has a fallback API that just uses mutexes for file locking. So to me it looks like the best way to add 3DS support to redb would be to make a PR to this file that chooses the fallback impl for the horizon OS instead of using the unix impl.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kaylambdadelta
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants