2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Lioncash 2b1fcc8a14 common/file_util: Make ReadFileToString and WriteStringToFile consistent
Makes the parameter ordering consistent, and also makes the filename
parameter a std::string. A std::string would be constructed anyways with
the previous code, as IOFile's only constructor with a filepath is one
taking a std::string.

We can also make WriteStringToFile's string parameter utilize a
std::string_view for the string, making use of our previous changes to
IOFile.
2019-05-23 13:52:43 -04:00
..
audio_core
common common/file_util: Make ReadFileToString and WriteStringToFile consistent 2019-05-23 13:52:43 -04:00
core Merge pull request #2410 from lioncash/affinity 2019-05-19 13:59:52 -04:00
input_common
tests
video_core shader/decode/memory: Remove left in debug pragma 2019-05-22 17:08:50 -04:00
web_service
yuzu Merge pull request #2455 from lioncash/config 2019-05-20 20:46:05 -04:00
yuzu_cmd common/file_util: Make ReadFileToString and WriteStringToFile consistent 2019-05-23 13:52:43 -04:00
.clang-format
CMakeLists.txt Merge pull request #2460 from lioncash/volatile 2019-05-14 06:34:53 -04:00