mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-07 05:41:35 +00:00
Android buildfix.
This commit is contained in:
parent
c6da55a23d
commit
d3a66d0a90
@ -90,6 +90,9 @@ using std::isinf;
|
||||
#define isnan _isnan
|
||||
#define isinf(x) (!_finite(x) && !_isnan(x))
|
||||
#endif
|
||||
#ifdef ANDROID
|
||||
using __captured::isinf;
|
||||
#endif
|
||||
|
||||
// Preserves NaN in first param, takes sign of equal second param.
|
||||
// Technically, std::max may do this but it's undefined.
|
||||
|
Loading…
Reference in New Issue
Block a user