1
0
Fork 0
forked from suyu/suyu
suyu/src/yuzu
Lioncash d623e38d18 yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call
A checkbox is able to be tri-state, giving it three possible activity
types, so in the connect call here, it would actually be truncating an
int into a bool.

Instead, we can just listen on the toggled() signal, which passes along
a bool, not an int.
2019-05-24 22:24:40 -04:00
..
applets Merge pull request #2468 from lioncash/deduction 2019-05-19 15:05:56 +01:00
configuration yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call 2019-05-24 22:24:40 -04:00
debugger Merge pull request #2492 from lioncash/debugger 2019-05-19 14:49:54 +01:00
util yuzu/util: Specify string conversions explicitly 2019-05-20 14:44:42 -04:00
about_dialog.cpp yuzu/about_dialog: Specify string conversions explicitly 2019-05-09 01:18:37 -04:00
about_dialog.h qt: Add missing override specifiers where applicable 2018-08-06 13:29:14 -04:00
aboutdialog.ui Merge pull request #859 from FearlessTobi/port-3837 2018-07-30 10:11:43 -07:00
bootmanager.cpp yuzu/bootmanager: Specify string conversions explicitly 2019-05-20 14:50:53 -04:00
bootmanager.h yuzu/bootmanager: Remove unnecessary includes 2019-04-16 23:52:57 -04:00
CMakeLists.txt yuzu/util: Remove unused spinbox.cpp/.h 2019-05-19 05:35:34 -04:00
compatdb.cpp yuzu/compatdb: Remove unnecessary qualifiers 2019-05-09 01:08:06 -04:00
compatdb.h compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
compatdb.ui Port web_service from Citra 2018-10-02 15:30:48 +02:00
compatibility_list.cpp yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
compatibility_list.h yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
discord.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
discord_impl.cpp Port web_service from Citra 2018-10-02 15:30:48 +02:00
discord_impl.h Address a bunch of review comments 2018-10-02 15:30:48 +02:00
game_list.cpp yuzu/game_list: Specify string conversions explicitly 2019-05-20 15:30:50 -04:00
game_list.h yuzu/game_list: Specify string conversions explicitly 2019-05-20 15:30:50 -04:00
game_list_p.h yuzu/game_list_p: Amend mentions of SMDH in comments 2019-05-20 15:04:35 -04:00
game_list_worker.cpp yuzu/game_list_worker: Specify string conversions explicitly 2019-05-20 15:07:59 -04:00
game_list_worker.h game_list: Register content with ContentProvider 2019-03-26 22:05:37 -04:00
hotkeys.cpp yuzu: Make hotkeys configurable via the GUI 2019-03-16 03:55:57 +01:00
hotkeys.h yuzu/hotkeys: Remove unnecessary constructor 2019-05-09 02:17:22 -04:00
Info.plist
loading_screen.cpp yuzu/loading_screen: Specify string conversions explicitly 2019-05-20 14:53:44 -04:00
loading_screen.h Fix mingw compile error and warnings 2019-01-21 09:39:45 -07:00
loading_screen.ui QT: Fix the loading screen 'H' switch logo to not glitch out 2019-02-05 18:24:15 -07:00
main.cpp yuzu/main: Move window title updating logic to its own function 2019-05-09 01:46:01 -04:00
main.h yuzu/main: Move window title updating logic to its own function 2019-05-09 01:46:01 -04:00
main.ui yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00
ui_settings.cpp yuzu: Make hotkeys configurable via the GUI 2019-03-16 03:55:57 +01:00
ui_settings.h ui_settings: Rename game directory variables 2019-04-11 19:55:56 +02:00
yuzu.rc