Update configuration files: Adjust max render distance in c2me.toml, modify worker thread range in flywheel-client.toml, change early window dimensions in fml.toml, and update sodium options and shader hash in respective JSON files. Add new mention keyword in chat.json.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# GPU Detect
|
||||
|
||||
A lightweight utility for detecting and categorizing GPUs on Windows systems as either integrated or dedicated.
|
||||
|
||||
## Overview
|
||||
|
||||
This project was created to replace the Vulkan-based GPU detection logic used
|
||||
in the [Crash Assistant](https://github.com/KostromDan/Crash-Assistant) project for showing a warning if Minecraft is
|
||||
running on an integrated GPU while a dedicated GPU is available. This is a very common problem for Windows notebooks.
|
||||
The original implementation was increasing the mod size by ~5 MB, and some modpack creators were not happy
|
||||
about this. Therefore, this lightweight alternative was developed using DirectX APIs instead
|
||||
(~20 KB in jar zip).
|
||||
|
||||
Source code and full README.MD are available in https://github.com/KostromDan/gpu-detect
|
||||
Reference in New Issue
Block a user