3
0
Fork 0
forked from suyu/suyu
suyu/src
Morph a98b6c8f07 common: fs: file: Flush the file to the disk when Flush() is called
std::fflush does not guarantee that file buffers are flushed to the disk.

Use _commit on Windows and fsync on all other OSes to ensure that the file is flushed to the disk.
2021-06-13 07:47:57 -04:00
..
audio_core general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
common common: fs: file: Flush the file to the disk when Flush() is called 2021-06-13 07:47:57 -04:00
core Merge pull request #6452 from german77/sixaxis_firmware_stub 2021-06-13 05:28:32 -04:00
input_common Merge pull request #6407 from lat9nq/fix-libusb-2 2021-06-10 23:35:30 -07:00
tests tests: Add tests for host memory 2021-06-11 17:27:06 +02:00
video_core GPUTHread: Remove async reads from Normal Accuracy. 2021-06-11 17:27:17 +02:00
web_service
yuzu Merge pull request #6451 from Morph1984/check-disk-space-dump 2021-06-11 13:23:23 -07:00
yuzu_cmd General: Add settings for fastmem and disabling adress space check. 2021-06-11 17:27:17 +02:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4715 on MSVC 2021-05-17 03:48:58 -04:00