summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2018-10-27configure_system: Make GetIcon() return the scaled 64x64 iconLioncash
2018-10-27configure_system: Move entry formatting for the user account list entries to ...Lioncash
2018-10-27configure_system: Display errors to the user if file operations fail when set...Lioncash
2018-10-25Merge pull request #1569 from lioncash/amiibobunnei
2018-10-25configure_system: Make the file selector text translatableLioncash
2018-10-25configure_system: Make GetAccountUsername() an internal functionLioncash
2018-10-25configure_system: Default initialize member variablesLioncash
2018-10-25configure_system: Simplify UUID generation call in AddUser()Lioncash
2018-10-25configure_system: Amend function casingLioncash
2018-10-25configure_system: Add missing override specifier on the destructorLioncash
2018-10-25configure_system: Make public slots privateLioncash
2018-10-24Merge pull request #1575 from lioncash/qstringbunnei
2018-10-24Merge pull request #1570 from lioncash/optionalbunnei
2018-10-24Merge pull request #1558 from lioncash/ptrbunnei
2018-10-24Merge pull request #1571 from lioncash/debug-translatebunnei
2018-10-24Merge pull request #1568 from lioncash/dirbunnei
2018-10-24Merge pull request #1567 from lioncash/translatebunnei
2018-10-24Merge pull request #1566 from lioncash/strbunnei
2018-10-24game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameV...Lioncash
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash
2018-10-24graphic_breakpoints: Correct translation of strings in BreakpointModel's data...Lioncash
2018-10-24yuzu/main: Notify user of loading errors with Amiibo dataLioncash
2018-10-24configure_system: Clear current username before overwritingZach Hilman
2018-10-24game_list: Use QFileInfo instead of common's file functionsLioncash
2018-10-24game_list: Make game list column headers translatableLioncash
2018-10-24bootmanager: Use QStringLiteral instead of std::string to represent the windo...Lioncash
2018-10-24yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a r...Lioncash
2018-10-23yuzu/configuration/config: Reorganize member variable and function layoutLioncash
2018-10-23profile_manager: Create save data if it doesn't exist on useZach Hilman
2018-10-23acc: Fix account UUID duplication errorZach Hilman
2018-10-23configure_system: Clear selection after user deleteZach Hilman
2018-10-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23qt: Allow user to select emu user on open save dataZach Hilman
2018-10-23qt: Add Profile Manager UI to system settingsZach Hilman
2018-10-23settings: Add users and current_user settings and remove usernameZach Hilman
2018-10-23Added Amiibo support (#1390)David
2018-10-23Merge pull request #1515 from DarkLordZach/dlc-lfsbunnei
2018-10-23Merge pull request #1542 from lioncash/projectbunnei
2018-10-23Merge pull request #1540 from lioncash/handlebunnei
2018-10-22Merge pull request #1543 from lioncash/targetbunnei
2018-10-20qt: Move Reinitialize Keys to Tools menuZach Hilman
2018-10-20CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIRLioncash
2018-10-20CMakeLists: Use target_compile_definitions instead of add_definitions to defi...Lioncash
2018-10-20kernel/process: Make the handle table per-processLioncash
2018-10-17qt: Add support for dumping a DLC Data RomFSZach Hilman
2018-10-16config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei
2018-10-16Merge pull request #1502 from lioncash/uniquebunnei
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-10-15Merge pull request #1487 from lioncash/maybe-unusedbunnei
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash