yuzu/src/common/fs
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
..
file.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
file.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_paths.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_types.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_util.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
path_util.cpp path_util: Resolve -Wpointer-bool-conversion warning 2022-05-26 19:01:26 -04:00
path_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00