Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GPUDash] Fix incorrect VRAM values on GPUs over 4GB #1

Closed
wants to merge 1 commit into from

Conversation

m4heshd
Copy link

@m4heshd m4heshd commented Nov 30, 2020

Currently the VRAM values for GPUs that carries VRAM over 4GB are displayed incorrectly since the source value is a 32-bit unsigned int. This is a viable fix for that which doesn't break any current functionality of the widget. Here's the reference from Microsoft.

Before the fix:
image

After the fix:
image

@maze404
Copy link
Owner

maze404 commented Jun 30, 2021

Hey, thanks a lot, but it is not necessary anymore as I've just completely revamped the entire skin and already implemented that! Thank you a lot for this nontheless!

@maze404 maze404 closed this Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants