1
0
Fork 0
forked from suyu/suyu
suyu/src
lat9nq 35319ca3a5 startup_checks: Use fmt::print, fix exec error handling
Uses fmt::print opposed to std::fprintf for error printing.

Call exit instead of returning to caller to prevent a like issue the
previous commit was trying to solve.

Removes unneeded comment.

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
Co-authored-by: Lioncash <mathew1800@gmail.com>
2022-11-23 21:59:24 -05:00
..
audio_core Add break for default cases 2022-11-13 16:30:55 -08:00
common Merge pull request #9234 from liamwhite/data-cash-money 2022-11-18 13:18:36 -08:00
core Merge pull request #9299 from lioncash/cast 2022-11-22 17:47:53 -05:00
dedicated_room Merge pull request #8944 from Tachi107/patch-2 2022-10-06 16:59:04 -07:00
input_common Merge pull request #9238 from german77/cabinet_applet 2022-11-20 00:48:39 -08:00
network Merge pull request #8876 from FearlessTobi/multiplayer-part3 2022-10-01 14:53:36 -07:00
shader_recompiler spirv_emit_context: add missing flat decoration 2022-11-18 22:05:28 -05:00
tests tests: fix for -Wall 2022-10-25 15:20:23 +00:00
video_core Merge pull request #9216 from vonchenplus/reimp_inline_index_buffer 2022-11-20 12:08:08 -05:00
web_service Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) (#8999) 2022-10-05 21:39:54 +02:00
yuzu startup_checks: Use fmt::print, fix exec error handling 2022-11-23 21:59:24 -05:00
yuzu_cmd Add break for default cases 2022-11-13 16:30:55 -08:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt CMakeLists: Disable -Wbraced-scalar-init on Clang 2022-10-22 15:02:04 -04:00