summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-06-16 12:43:41 +0200
committerLéo Lam <leo@innovatetechnologi.es>2017-06-16 12:43:41 +0200
commit01faa5c852e218befdeed3b041ddf03688201e95 (patch)
tree9c06f6127b37f72f24eb6360176f60c4d3e0486c /Source/Core/VideoCommon/TextureCacheBase.cpp
parentaa63199977a21fcb78c371b025166ff7affc9e33 (diff)
FileUtil: Use errno for printing errors in IsDirectory
stat() returns an error code in errno on both POSIX compliant platforms and Windows. This means we should always use errno instead of GetLastErrorMsg which uses GetLastError() (Win32) on Windows.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions