yuzu-fork/src
Lioncash fd3d56740e game_list: Pass the parent constructor argument to the QWidget base class
If the control was ever passed an explicit parent, a potential memory leak
would happen, as the game list wouldn't be freed.

However, in our case, the game list was placed within a layout, which
automatically performs reparenting, avoiding this issue.
2016-12-11 11:45:50 +00:00
..
audio_core Add all services to the Service namespace 2016-12-11 00:07:27 +00:00
citra Implement Frame rate limiter (#2223) 2016-12-06 14:33:19 -05:00
citra_qt game_list: Pass the parent constructor argument to the QWidget base class 2016-12-11 11:45:50 +00:00
common Merge pull request #2228 from freiro/winver_fix 2016-11-30 15:47:08 -08:00
core Core: Add a forgotten #include <cstring> for memcpy. 2016-12-11 01:20:45 +00:00
tests tests: add a work-around for macOS linking error 2016-11-19 18:55:35 +02:00
video_core Add all services to the Service namespace 2016-12-11 00:07:27 +00:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00