yuzu-android/src
Lioncash 2a22c1b27e yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8
Prevents compiler warnings related to truncation when invoking the
dialog. It's also extremely suspect to use a u8 value here instead of a
more general type to begin with.
2018-11-27 16:37:21 -05:00
..
audio_core
common Merge pull request #1773 from lioncash/thread 2018-11-23 08:52:05 -08:00
core Merge pull request #1804 from lioncash/cast 2018-11-26 23:19:40 -05:00
input_common
tests
video_core morton: Fixup compiler warning 2018-11-26 23:22:57 -03:00
web_service
yuzu yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 2018-11-27 16:37:21 -05:00
yuzu_cmd Merge pull request #1725 from FernandoS27/gl43 2018-11-23 23:56:57 -05:00
.clang-format
CMakeLists.txt