Rairii

Results 11 comments of Rairii

copy the untrimmed .nds from C:/

I just want to make sure: @dave22z you are flashing to the blue cart, right?

I'd like to add my thoughts, given that I opened the bug report: The USB keyboard emulation should really in the long term be implemented as an emulated USB device,...

Regarding the remaining slowdown, my guess is that all the USB_KBD work being in Update(), running every ipc_hle_period (every frame?) and probably taking lots of time (how long does 256...

I looked into what other emulators do to get raw key-input for keyboard emulation. As an example, 86box, on windows, does use [RegisterRawInputDevices](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-registerrawinputdevices), with usage 6 page 1 specified (for...

...wouldn't this result in data protection/GDPR problems? If removing noreferrer had to be done (IMO it shouldn't, catering to people who want analytics is the complete opposite of anti-tracking), then...

As discoverer of the initial baton drop bug (among others) and as a researcher of the Windows boot environment: CiPolicy was never intended to revoke bootmgr itself. Expect at least...

no, because I lost the src (or rather, modified it to dump bitlocker keytable and didn't keep the original). if I remember correctly it just calls BlDisplayPrintString anyway, some reversing...

it probably depends on what bootmgr you're using. old bootmgr will not support new crypto (for example win8.x bootmgr won't support any bitlocker volume crypted by aes-xts which was introduced...