mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-15 20:00:40 +00:00
Remove unused variable.
This commit is contained in:
parent
04aeadec24
commit
7883a89c00
@ -64,8 +64,7 @@ void LaunchBrowser(const char *url) {
|
||||
bool DoesVersionMatchWindows(const u32 major, const u32 minor, const u32 spMajor = 0, const u32 spMinor = 0) {
|
||||
u64 conditionMask = 0;
|
||||
OSVERSIONINFOEX osvi;
|
||||
bool match = false;
|
||||
ZeroMemory(&osvi, sizeof(osvi));
|
||||
ZeroMemory(&osvi, sizeof(OSVERSIONINFOEX));
|
||||
|
||||
osvi.dwOSVersionInfoSize = sizeof(osvi);
|
||||
osvi.dwMajorVersion = major;
|
||||
|
Loading…
x
Reference in New Issue
Block a user