Carter
Carter
Can confirm that there's no change in OS support after the recent addition of SSE3
> well... android-x86 4.4-r2 🙂 I meant more specifically in terms of Windows Support with Windows 8 Build 8133 and beyond, probably should've specified that lol
I have an extremely similar bug occurring that started a few hours ago As well as that, ads are back on shorts, and attempting to play a normal video crashes...
> Update: randomly started working for me after close to a week of not working. I guess they switched the ads that were the problem? Can confirm the same happened...
> I don't think matching GPU names is a good idea. There are actually other GPU vendors. Yeah, the list in that implementation was just one I threw together, it...
Implementation Speeds: - Command used: `hyperfine --warmup 20 --prepare "cmd" --min-runs 200 ".\macchina.exe --show desktop-environment"` - Temporarily added a print command into the desktop environment function in macchina for testing...
> Because impl of EnumDisplayDevices has issues with same GPUs, I think it should be removed I think my most recent commit has fixed that issue by getting the value...
> MSDN says that DeviceKey is reserved, so you should better not use it It is reserved, but that doesn't mean it doesn't output some useful value. Generally reserved means...
> It's ok then, except that `EDD_GET_DEVICE_INTERFACE_NAME` should not be used here. `EDD_GET_DEVICE_INTERFACE_NAME` is meant to be used when fetching monitors, not adapters. Good catch, I didn't see any speed...
> Why `EnumDisplayMonitors` instead of `EnumDisplayDevicesW` + `EnumDisplaySettingsW` (`ENUM_CURRENT_SETTINGS`)? Because I didn't know it existed. The Win32 API is such a chaotic mess of useful functions that something always seems...