412 Commits (ad2f47b57989dd39be5fa3ec17086640dadae87e)

Author SHA1 Message Date
Dharmin K Shah b2647dba33
Fix quickstart link 7 years ago
Zach Hilman 97187b7ef6 qt: Add help option to open yuzu folder 7 years ago
FernandoS27 60a184455c Fix ASTC Decompressor to support depth parameter 7 years ago
FernandoS27 aee93f98f9 Fix ASTC formats 7 years ago
Lioncash a6830e61b8 configure_system: Contrain profile usernames to 32 characters 7 years ago
Lioncash 352b56367c general: Remove unused boost inclusions where applicable 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Frederic Laing f50f065c31 configure_system: Fix compiler warning 7 years ago
fearlessTobi 585b6a6a50 compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash 9024cbb5b8 configure_system: Make GetIcon() return the scaled 64x64 icon 7 years ago
Lioncash 85ed0af84e configure_system: Move entry formatting for the user account list entries to its own function 7 years ago
Lioncash 8eaf857d06 configure_system: Display errors to the user if file operations fail when setting user images 7 years ago
Lioncash 85285b09b0 configure_system: Make the file selector text translatable 7 years ago
Lioncash 5172354e29 configure_system: Make GetAccountUsername() an internal function 7 years ago
Lioncash bf7da804c5 configure_system: Default initialize member variables 7 years ago
Lioncash 8806e69f59 configure_system: Simplify UUID generation call in AddUser() 7 years ago
Lioncash a6addb5332 configure_system: Amend function casing 7 years ago
Lioncash 2347e1b8c5 configure_system: Add missing override specifier on the destructor 7 years ago
Lioncash 3c63cecb96 configure_system: Make public slots private 7 years ago
Lioncash 1edf8660bc game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions() 7 years ago
Lioncash 4a31f99a02 profile_manager: Use std::optional instead of boost::optional 7 years ago
Lioncash 030847d5fa graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 7 years ago
Lioncash bed2d6c425 yuzu/main: Notify user of loading errors with Amiibo data 7 years ago
Zach Hilman e7ac42677b configure_system: Clear current username before overwriting 7 years ago
Lioncash a1c85b8c55 game_list: Use QFileInfo instead of common's file functions 7 years ago
Lioncash 47f081d513 game_list: Make game list column headers translatable 7 years ago
Lioncash 2cbc284c2b bootmanager: Use QStringLiteral instead of std::string to represent the window title 7 years ago
Lioncash 6949f73149
yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointer 7 years ago
Lioncash 6f5bede402
yuzu/configuration/config: Reorganize member variable and function layout 7 years ago
Zach Hilman bfad41b0c1 profile_manager: Create save data if it doesn't exist on use 7 years ago
Zach Hilman 45f2a2fe29 acc: Fix account UUID duplication error 7 years ago
Zach Hilman e408bbceed configure_system: Clear selection after user delete 7 years ago
Zach Hilman 702622b8f1 profile_manager: Load user icons, names, and UUIDs from system save 7 years ago
Zach Hilman 466960c8ab qt: Allow user to select emu user on open save data 7 years ago
Zach Hilman b2a8209c5b qt: Add Profile Manager UI to system settings 7 years ago
Zach Hilman e7e3d5898e settings: Add users and current_user settings and remove username 7 years ago
David 50e4e81fd3 Added Amiibo support (#1390) 7 years ago
Zach Hilman a279d80a19 qt: Move Reinitialize Keys to Tools menu 7 years ago
Lioncash c8beb665dc CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 7 years ago
Lioncash 98a27b1ec7 CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING 7 years ago
Lioncash 90a981a03a kernel/process: Make the handle table per-process 7 years ago
Zach Hilman 9d0fb0f815 qt: Add support for dumping a DLC Data RomFS 7 years ago
bunnei ee7c2dbf5a config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 7 years ago
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Zach Hilman 720d36ca71 crypto: Various crypto fixes for quickstart guide 7 years ago
FernandoS27 e0ca938b22 Propagate depth and depth_block on modules using decoders 7 years ago
Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Lioncash a4c57436fc yuzu/main: Simplify OnMenuLoadFile() 7 years ago
Lioncash 53a0221484 yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled() 7 years ago