yuzu/src
Anthony J. Bentley 26af2b644c common: convert to standard stat()/fstat() interfaces
Most modern Unix environments use 64-bit off_t by default: OpenBSD,
FreeBSD, OS X, and Linux libc implementations such as Musl.

glibc is the lone exception; it can default to 32 bits but this is
configurable by setting _FILE_OFFSET_BITS.

Avoiding the stat64()/fstat64() interfaces is desirable because they
are nonstandard and not implemented on many systems (including
OpenBSD and FreeBSD), and using 64 bits for stat()/fstat() is either
the default or trivial to set up.
2016-10-27 23:28:30 +00:00
..
audio_core Fix typos 2016-10-20 12:26:59 -02:00
citra Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
citra_qt Fix typos 2016-10-20 12:26:59 -02:00
common common: convert to standard stat()/fstat() interfaces 2016-10-27 23:28:30 +00:00
core FRD: fix GetMyFriendKey 2016-10-25 09:54:29 +03:00
tests Tests: Run tests on CI 2016-05-19 19:28:08 +01:00
video_core Fix typos 2016-10-20 12:26:59 -02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00