yuzu/src
MerryMage a2d474386c configure_input: Modernize and cleanup input configuration tab
* Removed use of raw QTimer* pointer.
* Update to use type-safe QObject::connect.
* getKeyName can be a static local function.
* Prefer to use function arguments instead of member variables.
* Store Qt::Key instead of converting string back into keycode.
2016-12-10 23:30:28 +00:00
..
audio_core audio_core: SelectSink should default to auto if sink_id is invalid 2016-12-10 01:26:22 +00:00
citra Implement Frame rate limiter (#2223) 2016-12-06 14:33:19 -05:00
citra_qt configure_input: Modernize and cleanup input configuration tab 2016-12-10 23:30:28 +00:00
common Merge pull request #2228 from freiro/winver_fix 2016-11-30 15:47:08 -08:00
core Merge pull request #2291 from lioncash/svc 2016-12-09 14:15:20 -05:00
tests tests: add a work-around for macOS linking error 2016-11-19 18:55:35 +02:00
video_core OpenGL: Drop framebuffer completeness check. 2016-12-07 22:09:13 +01:00
.clang-format
CMakeLists.txt