gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
762 stars 175 forks source link

Fix Vs2015 compile issues #2665

Closed project64 closed 2 years ago

project64 commented 2 years ago

1>....\src\GLideNHQ\TxHiResNoCache.cpp(89): error C2143: syntax error: missing ')' before ';' 1>....\src\GLideNHQ\TxHiResNoCache.cpp(89): error C2451: conditional expression of type 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>' is illegal 1> with 1> [ 1> _Kty=uint64, 1> _Ty=GHQTexInfo 1> ] 1> ....\src\GLideNHQ\TxHiResNoCache.cpp(89): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>....\src\GLideNHQ\TxHiResNoCache.cpp(89): error C2065: 'loadedTexMap': undeclared identifier 1>....\src\GLideNHQ\TxHiResNoCache.cpp(89): error C2059: syntax error: ')' 1>....\src\GLideNHQ\TxHiResNoCache.cpp(90): error C2059: syntax error: ';' 1>....\src\GLideNHQ\TxHiResNoCache.cpp(91): error C2065: 'loadedTexMap': undeclared identifier 1>....\src\GLideNHQ\TxHiResNoCache.cpp(91): error C2227: left of '->second' must point to class/struct/union/generic type 1> ....\src\GLideNHQ\TxHiResNoCache.cpp(91): note: type is 'unknown-type' 1>....\src\GLideNHQ\TxHiResNoCache.cpp(89): warning C4390: ';': empty controlled statement found; is this the intent?