yuzu-mainline/src
Lioncash 139301c5a1 profile_select: Return int instead of u32 for GetIndex()
Qt uses a signed value to represent indices. We should follow this
convention where applicable to avoid unnecessary sign-conversion
warnings, as well as making it easier to interoperate with other aspects
of Qt.

While we're at it, we can also make a sign-conversion explicit.
2019-05-29 00:29:09 -04:00
..
audio_core
common common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() 2019-05-23 14:33:29 -04:00
core Merge pull request #2509 from lioncash/aoc 2019-05-25 23:00:12 -04:00
input_common
tests
video_core renderer_opengl/utils: Use a std::string_view with LabelGLObject() 2019-05-24 23:50:10 -04:00
web_service
yuzu profile_select: Return int instead of u32 for GetIndex() 2019-05-29 00:29:09 -04:00
yuzu_cmd common/file_util: Make ReadFileToString and WriteStringToFile consistent 2019-05-23 13:52:43 -04:00
.clang-format
CMakeLists.txt