mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-25 16:41:04 +00:00
Merge pull request #10114 from LunaMoo/minor_ocd
Nitpicking! Correct minor version for non Nvidia.
This commit is contained in:
commit
fb60a3e7ea
@ -439,6 +439,7 @@ public:
|
||||
return StringFromFormat("%d.%d.%d.%d (%08x)", major, minor, secondaryBranch, tertiaryBranch, props.driverVersion);
|
||||
} else {
|
||||
uint32_t branch = props.driverVersion & 0xfff;
|
||||
minor = (props.driverVersion >> 12) & 0x0ff;
|
||||
return StringFromFormat("%d.%d.%d (%08x)", major, minor, branch, props.driverVersion);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user