mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Nitpicking! Correct minor version for non Nvidia.
This commit is contained in:
parent
c3c4ec4cc9
commit
a84a336787
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue