wutno
wutno
Currently the project expects the image to be that of a full drive. Allow single partition mounting. This would allow for modifying Chihiro images, and possibly XMUs but I think...
**Describe the bug** [gulfs @ cd6805e](https://github.com/gulrak/filesystem/tree/cd6805e94dd5d6346be1b75a54cdc27787319dd2) ``` include\ghc/filesystem.hpp(2278,1): warning C4127: conditional expression is constant include\ghc/filesystem.hpp(2336): message : see reference to function template instantiation 'ghc::filesystem::file_status ghc::filesystem::detail::status_from_INFO(const ghc::filesystem::path &,const INFO *,std::error_code &,uintmax_t...
Looking through XBlast I found some stuff that plays with some regs in nv2a. In xemu we seem to manually set this. However if we look at the xcodes with...
Actions is marking builds as `dirty`. 
When booting XQEMU from inside a msys2 "shell" you are normally able to use unix style paths, however if you manually set a eeprom this no longer works and need...
Fixes #536 With the release of [software based overclocks](https://github.com/GXTX/XboxOverclock), and hardware modding becoming more popular I think pbkit should support any given frequency just as XDK does. A stock Xbox...
Because of this, it will only allocate memory in the lower 64MB portion. `#define MAXRAM 0x03FFAFFF` Is used in many places. `HalReadWritePCISpace(0, 0, 0x84, &var, sizeof(uint32_t), FALSE);` Will give you...
``` /home/wsl/Projects/nxdk/lib/winapi/winnt.h:10:16: warning: extension used [-Wlanguage-extension-token] typedef signed __int64 LONG64, *PLONG64; ``` Is this fixable without disabling `pedantic`?
When trying to use WinDbg with nxdk applications the modules list is not populated with the correct information meaning symbols can't be loaded (I believe?). I know the idea is...
It shouldn't do this. https://github.com/XboxDev/nxdk/blob/master/lib/pbkit/pbkit.c#L2815