yuzu-emu
/
yuzu-android
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-android/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.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
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
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