yuzu/src
Lioncash cfb59aad3f yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor
We can just pass a pointer to GMainWindow directly and make it a
requirement of the interface. This makes the interface a little safer,
since this would technically otherwise allow any random QWidget to be
the parent of a render window, downcasting it to GMainWindow (which is
undefined behavior).
2019-06-03 15:31:52 -04:00
..
audio_core
common common/math_util: Provide a template deduction guide for Common::Rectangle 2019-05-31 04:44:02 -03:00
core Merge pull request #1931 from DarkLordZach/mii-database-1 2019-05-30 13:26:40 -04:00
input_common input_common/sdl/sdl_impl: Silence sign conversion warnings 2019-05-31 04:47:02 -03:00
tests
video_core Merge pull request #2446 from ReinUsesLisp/tid 2019-05-29 12:21:17 -04:00
web_service
yuzu yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor 2019-06-03 15:31:52 -04:00
yuzu_cmd Merge pull request #2518 from ReinUsesLisp/sdl2-window 2019-05-29 11:01:12 -04:00
.clang-format
CMakeLists.txt Merge pull request #2460 from lioncash/volatile 2019-05-14 06:34:53 -04:00