libctru icon indicating copy to clipboard operation
libctru copied to clipboard

Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)

Results 39 libctru issues
Sort by recently updated
recently updated
newest added

`linearAlloc()` was declared but never implemented. @WinterMute anything I'm missing or needs to be fixed? Nitty gritty: ______ Reallocates a buffer by shrinking or growing the `size` listed in the...

``NDMU_QueryStatus`` actually expects a daemon name in cmdbuf[1] Example usage: ```c ndmDaemonStatus status; NDMU_QueryStatus(NDM_DAEMON_BOSS, &status); if (status == NDM_DAEMON_STATUS_SUSPENDED) { // ... } ``` As described here: https://www.3dbrew.org/wiki/NDMU:QueryStatus

The write flags for poll events were wrong, `0x8` is used for `POLLWRNORM` / `POLLOUT` and `0x10` means `POLLWRBAND`. These values closely resemble the Wii sockets, though not all values...

## Bug Report ### What's the issue you encountered? - Describe the issue in detail and what you were doing beforehand. I was attempting to recreate SCP - Containment Breach...

this one is weird, i have this problem where the lsp indicates me that, but when i compile the code it compiles and it really works at the moment of...

Sync API lacks a recursive version of `CondVar_Wait`/`CondVar_WaitTimeout`, the same functionality is implemented for the `cond_wait_recursive` syscall, it would be nice to have such functionality exposed by the sync API...

Relevant links: https://github.com/rust3ds/ctru-rs/issues/174, [discussion on courses of action](https://github.com/Meziu/rust-horizon/commit/96b0f4c2d3f61863b1499037d3a738f73cb4511a#r145611578), [original change in libc crate](https://github.com/rust-lang/libc/pull/2725), [problematic test](https://github.com/rust-lang/rust/blob/38e3a5771cefc9362976a605549f8b04d5707311/library/std/src/sys_common/net.rs#L113). CC: @ian-h-chamberlain @adryzz @AzureMarker The kernel implementation of `sockaddr` data, used by all `soc` services,...

Simply put, it doesnt seem possible to query the MAC address without having a wifi profile created. To clarify, im using devkitARM on Windows. Im not sure if its possible...

This PR adds a new method to easily call the browser applet, optional at a specific address.