dolphin/Source/Core
Léo Lam 01faa5c852 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.
2017-06-16 12:43:41 +02:00
..
AudioCommon Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Common FileUtil: Use errno for printing errors in IsDirectory 2017-06-16 12:43:41 +02:00
Core msbuild: put pugixml in Externals solution filter; fix project reference. 2017-06-15 19:06:16 -07:00
DiscIO Merge pull request #5611 from JosJuice/reorganize-file-namespace 2017-06-15 23:28:36 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Merge pull request #5609 from leoetlino/qt-user-path 2017-06-14 13:40:37 -07:00
DolphinWX Merge pull request #5611 from JosJuice/reorganize-file-namespace 2017-06-15 23:28:36 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon IOS/ESFormats: Use SignedBlobReader for TMDs and tickets 2017-06-14 22:45:29 +02:00
VideoBackends Merge pull request #5611 from JosJuice/reorganize-file-namespace 2017-06-15 23:28:36 +02:00
VideoCommon Add a namespace to OpenFStream 2017-06-15 21:34:04 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00