1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash c5de0a67a8 file_util: Remove goto usages from Copy()
We can just leverage std::unique_ptr to automatically close these for us
in error cases instead of jumping to the end of the function to call
fclose on them.
2018-07-21 23:08:55 -04:00
..
common file_util: Remove goto usages from Copy() 2018-07-21 23:08:55 -04:00
core Merge pull request #760 from lioncash/path 2018-07-21 18:30:04 -07:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests arm_test_common: Get rid of truncation warnings 2018-07-20 17:53:53 -04:00
video_core Merge pull request #748 from lioncash/namespace 2018-07-21 18:50:14 -07:00
yuzu file_util: Use an enum class for GetUserPath() 2018-07-21 16:21:19 -04:00
yuzu_cmd file_util: Use an enum class for GetUserPath() 2018-07-21 16:21:19 -04:00
.clang-format
CMakeLists.txt