suyu/src
Lioncash f4c69149f9 game_list: Remove unnecessary QString initialization in KeyReleaseEater
QString initializes to an empty string by default, so this does nothing
meaningful. While we're at it, use a constructor initializer list for
initializing the gamelist member variable.
2018-07-18 00:07:47 -04:00
..
common Merge pull request #664 from jroweboy/logging-stuff 2018-07-15 12:58:52 -07:00
core General Filesystem and Save Data Fixes (#670) 2018-07-17 12:42:15 -07:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core GPU: Added register definitions for the stencil parameters. 2018-07-17 15:00:21 -05:00
yuzu game_list: Remove unnecessary QString initialization in KeyReleaseEater 2018-07-18 00:07:47 -04:00
yuzu_cmd OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. 2018-07-14 02:50:35 -04:00
.clang-format
CMakeLists.txt