summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2018-10-24configure_system: Clear current username before overwritingZach Hilman
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
2018-10-14crypto: Various crypto fixes for quickstart guideZach Hilman
2018-10-14Merge pull request #1490 from lioncash/bootbunnei
2018-10-14Merge pull request #1491 from lioncash/referencebunnei
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS27
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-13yuzu/main: Simplify OnMenuLoadFile()Lioncash
2018-10-13yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscor...Lioncash
2018-10-12Merge pull request #1409 from DarkLordZach/key-derivationbunnei
2018-10-09Merge pull request #1464 from lioncash/uniquebunnei
2018-10-09patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...Lioncash
2018-10-09implemented touch in Qt and SDLNeatNit
2018-10-07qt: Add UI option to configure argumentsZach Hilman
2018-10-07partition_data_manager: Rename system files for hekateZach Hilman
2018-10-07qt: Add rederive keyset menu optionZach Hilman
2018-10-07qt: Add key derivation progress bar on initial setupZach Hilman
2018-10-06Merge pull request #1396 from DarkLordZach/packed-updatesbunnei
2018-10-06Merge pull request #1446 from bunnei/fast_fermi_copybunnei
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei
2018-10-06citra_qt/configuration: misc input tab improvementszhupengfei
2018-10-06qt: Update telemetry linksLioncash
2018-10-06Merge pull request #1332 from FearlessTobi/port-web-backendbunnei
2018-10-05Merge pull request #1440 from lioncash/arraybunnei
2018-10-05Merge pull request #1439 from lioncash/threadbunnei
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-10-05patch_manager: Add support for NSP packed updatesZach Hilman
2018-10-05game_list: Add XCI update versioning to game listZach Hilman
2018-10-04ui_settings: Place definition of the theme array within the cpp fileLioncash