yuzu/src
lat9nq 0e5a6676c3 path_util: Resolve -Wpointer-bool-conversion warning
Clang (rightfully) warns that we are checking for the existence of
pointer to something just allocated on the stack, which is always true.

Instead, check whether GetModuleFileNameW failed.

Co-authored-by: Mai M <mathew1800@gmail.com>
2022-05-26 19:01:26 -04:00
..
audio_core general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
common path_util: Resolve -Wpointer-bool-conversion warning 2022-05-26 19:01:26 -04:00
core general: Avoid ambiguous format_to compilation errors 2022-05-14 16:48:34 -04:00
input_common Merge pull request #8272 from german77/stick_range 2022-05-03 14:36:39 -07:00
shader_recompiler general: Avoid ambiguous format_to compilation errors 2022-05-14 16:48:34 -04:00
tests chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
video_core Merge pull request #8379 from lat9nq/amd-push-desc-workaround 2022-05-25 13:07:39 -07:00
web_service general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
yuzu qt_software_keyboard: Address review feedback 2022-05-16 14:44:01 -04:00
yuzu_cmd general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4505 and C5245 2022-04-07 23:00:04 -04:00