rust3ds / pthread-3ds

PThread implementation for Nintendo 3DS Horizon OS targets. Keep in mind that Horizon OS uses a cooperative, and not preemptive, threading model.
Apache License 2.0
12 stars 7 forks source link

Use ctru_sys to provide libctru functions/types/values #7

Closed AzureMarker closed 2 years ago

AzureMarker commented 2 years ago

Like https://github.com/Meziu/rust-linker-fix-3ds, we can depend on https://github.com/Meziu/ctru-rs so we don't duplicate these definitions.

Meziu commented 2 years ago

Fixed in https://github.com/Meziu/pthread-3ds/commit/87eceaf5ef07e6f191b4f2373b7a647f49dc6e82