nxdk
nxdk copied to clipboard
The cross-platform, open-source SDK to develop for original Xbox: *new* xdk
This PR adds a new sample that sets the Xbox to the "best" video mode available. It was not abundantly clear to me if `XVideoListModes` populates will loop through in...
Previously it was assumed the link state was up at all times. This implements link state handling. You can now connect the ethernet cable anytime (or unplug) and lwip should...
I think it would be kinda neat (tho completely unnecessary) to support adding XTLID's that are equivalent (aka. CloseHandle, CopyMem, FindNextFile, etc.)
SDL build fails on MSYS2 MINGW64: ``` [ CC ] /d/xb_dev/nxdk2/nxdk/lib/sdl/SDL2/src/video/SDL_blit.obj [ CC ] /d/xb_dev/nxdk2/nxdk/lib/sdl/SDL2/src/video/SDL_blit_0.obj [ CC ] /d/xb_dev/nxdk2/nxdk/lib/sdl/SDL2/src/video/SDL_blit_1.obj [ CC ] /d/xb_dev/nxdk2/nxdk/lib/sdl/SDL2/src/video/SDL_blit_A.obj D:/xb_dev/nxdk2/nxdk/lib/sdl/SDL2/src/video/SDL_blit_A.c:343:15: error: always_inline function '_mm_setzero_si64' requires target...
I build my projects with `-Wall -Wextra -pedantic` and nxdk itself spews quite a bit. This is just a small cleanup. I chose however not to touch the warnings in...
I need those winapi functions for backporting XTimeUtils from Kodi. Source code of that file can be found [here](https://github.com/xbmc/xbmc/blob/master/xbmc/platform/win32/XTimeUtils.cpp). - [X] FileTimeToLocalFileTime [51dfb91](https://github.com/XboxDev/nxdk/commit/51dfb91a5f10d3ec7f1aeeefd42a8514d15cd102) - [X] SystemTimeToFileTime [1a03478](https://github.com/XboxDev/nxdk/pull/747/commits/1a03478a473e99b36451898a0e609beeeb5860c0) - [X] CompareFileTime...
I need those function for backport of CharsetConverter from Kodi. Source code of that file is [here](https://github.com/xbmc/xbmc/blob/master/xbmc/platform/win32/CharsetConverter.cpp). I also need `vswprintf` for wchar variant of StringUtils::Format(...). Look [here](https://github.com/xbmc/xbmc/blob/Nexus/xbmc/utils/StringUtils.cpp#L300) - [...
Some minor fixes for nvnetdrv backend. [nvnetdrv: Add sanity check on RX ring size](https://github.com/XboxDev/nxdk/commit/2a7b0f5326fcb99bc4e9f3c7ee6de5207125d818) I was experimenting with lowering memory footprint and transfers would stall if I set this to...
2nd go at #585 Fixes #536 ~~Edit: Playing around with this, it seems like we can remove it. The kernel and applications *before* should already be properly setting up these...