InvoxiPlayGames / UsbdSecPatch

quick and dirty Xbox 360 kernel patch to allow for custom USB peripherals, like controllers
MIT License
71 stars 2 forks source link

prevent patching incorrect address on consoles running a devkit kernel #7

Open Byrom90 opened 1 month ago

Byrom90 commented 1 month ago

Added a basic devkit kernel check so it uses the correct static address for the WgcAddDevice patch. Added a patch to avoid hitting a breakpoint in WgcBindToUser on devkit kernels.