driver1998

Results 95 comments of driver1998

AnyCPU apps can be run as ARM64 (or any other architecture, excluding ARM32 since .NET Framework ARM32 is not available) with `start /machine your-app.exe` in Windows 11 22H2. Not sure...

The command should be `start /machine arm64 your-app.exe` but I guess you've already figured that out ;).

Alt-Shift is a Windows shortcut to switch between input __languages__, not keyboard layouts or IMEs. So you'll need something like English language and Japanese Language with IMEs for it to...

Might be related: https://github.com/microsoft/terminal/issues/12731

If we can't have a smarter way to detect when should we use compose mode and when should we use direct input, I would like to have an option to...

At least MS Pinyin handles it this way with conhost: On first start of conhost, uses direct input by default. If user enables compose mode with Shift, do not automatically...

On my Snapdragon 8cx laptop, the USB Root Hub is indeed below a Qualcomm filter driver (ACPI\QCOM04A6). ![image](https://user-images.githubusercontent.com/22699485/189695946-f2cb31b7-4bfc-4386-942e-04e0d83daa32.png) My Raspberry Pi 3 and 4 currently doesn't have Windows installed, but...

Update `__MSVCRT_VERSION__` from `0x0700` to `0x0E00` to solve the CRT linking issues with MinGW, here is a patch for scons build, meson should be similar. ```diff diff --git a/scons/gallium.py b/scons/gallium.py...

Duplicate: https://github.com/libretro/RetroArch/issues/9778

Looking at the Windows.Gaming.Input documentation, the share button is not defined, but the four paddle buttons of the Elite controller are.