nxdk icon indicating copy to clipboard operation
nxdk copied to clipboard

The cross-platform, open-source SDK to develop for original Xbox: *new* xdk

Results 135 nxdk issues
Sort by recently updated
recently updated
newest added

#648 added a .clang-format file to the `cxbe` tool in an attempt to cut down contributor/maintainer time spent on format nitpicking. Ideally this approach could be adopted broadly (using the...

I ran a test on: https://github.com/XboxDev/nxdk/blob/500354ef264f35a46a31643876b06ed614b0aed8/lib/hal/fileio.c#L94-L99 And its output are: ``` d:\foo\bar.txt test output: \??\D:\foo\bar.txt .\foo\bar.txt test output: \Device\Harddisk0\Partition1\foo\bar.txt \foo\bar.txt test output: \Device\Harddisk0\Partition1\foo\bar.txt foo\bar.txt test output: \Device\Harddisk0\Partition1\foo\bar.txt \\.\D:\foo\bar.txt test output:...

According to https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/pull/76 addition test for `ObReferenceObjectByHandle` function. NtCurrentThread, `-2`, special handle does exist. However, NtCurrentProcess, `-1`, special handle does not. [`ObReferenceObjectByHandle`](https://github.com/reactos/reactos/blob/f9c603db6efff3f9d589a36e8ac294a639f86fb1/ntoskrnl/ob/obref.c#L494) is the best place to verified this. However,...

if your able to recreate the live part of the ms sdk, then homebrew could have online multiplayer or xbox live. i talked to the guys on insignia long ago...

`SDL_GameControllerOpen` fails to init a controller when both nxdk and the application are built with `LTO=y`

As mentioned in https://github.com/XboxDev/nxdk/pull/670, GetDayOfWeek() function had an unusual code style and did not behave well with clang-format. The notation for this function was originally a copy paste of the...

``` Connect device => New full-speed device address 4 assigned. Manufacturer: SEGA Product: BASEBD Parse configuration 1 failed! ``` Ryzee root caused to `MAX_EP_PER_IFACE` requiring to be >10 with USB...

Likely a side effect of #549 ![untitled](https://github.com/user-attachments/assets/aae989b1-2ed6-45bc-af52-144414da7b4d)

Newer versions of libfmt [need](https://github.com/fmtlib/fmt/issues/4054) these 3 Windows functions, would it be possible to add them?