yuzu-mainline/src/yuzu
Lioncash 2cbc284c2b bootmanager: Use QStringLiteral instead of std::string to represent the window title
This gets rid of an unnecessary type conversion. We can just use the
regular QStringLiteral to already format the string as the type
setWindowTitle accepts instead of converting from a std::string
instance.
2018-10-24 08:14:26 -04:00
..
configuration config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 2018-10-16 17:02:29 -04:00
debugger core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 2018-10-15 14:15:56 -04:00
util yuzu/util: Antialias game list compatibility pixmaps 2018-09-17 06:01:14 -04:00
about_dialog.cpp Better Title Bar Display 2018-09-07 11:54:51 +05:30
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 bootmanager: Use QStringLiteral instead of std::string to represent the window title 2018-10-24 08:14:26 -04:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
CMakeLists.txt CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING 2018-10-20 17:28:29 -04:00
compatdb.cpp Address a bunch of review comments 2018-10-02 15:30:48 +02:00
compatdb.h Address a bunch of review comments 2018-10-02 15:30:48 +02: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_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
discord.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
game_list_p.h Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
game_list_worker.cpp file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
game_list_worker.h file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
game_list.cpp Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
game_list.h Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
hotkeys.cpp qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
hotkeys.h qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
hotkeys.ui Massive removal of unused modules 2018-01-12 19:11:03 -07:00
Info.plist macOS: Update Info.plist 2018-01-13 23:11:51 +00:00
main.cpp Merge pull request #1487 from lioncash/maybe-unused 2018-10-15 21:33:14 -04:00
main.h partition_data_manager: Rename system files for hekate 2018-10-07 13:16:23 -04:00
main.ui qt: Move Reinitialize Keys to Tools menu 2018-10-20 18:04:28 -04:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-04 09:43:51 -04:00
ui_settings.h Merge pull request #1332 from FearlessTobi/port-web-backend 2018-10-06 02:43:09 -04:00
yuzu.rc Removing unused settings and yuzu rebranding 2018-01-12 19:11:05 -07:00