606 Commits (7db0e524585fe76fd7fc9c9b3531237bb38d8a39)

Author SHA1 Message Date
Lioncash eae8892b57 configure_system: Contrain profile usernames to 32 characters 7 years ago
Lioncash 70e4492d49 general: Remove unused boost inclusions where applicable 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman c8bc8ba008 settings: Add setting to control NSO dumping 7 years ago
Frederic Laing d0eea8fc3a configure_system: Fix compiler warning 7 years ago
fearlessTobi 381e04453a compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash f7d6c35085 configure_system: Make GetIcon() return the scaled 64x64 icon 7 years ago
Lioncash f4272e65b8 configure_system: Move entry formatting for the user account list entries to its own function 7 years ago
Lioncash 2099e41b17 configure_system: Display errors to the user if file operations fail when setting user images 7 years ago
Lioncash 062bf90622 configure_system: Make the file selector text translatable 7 years ago
Lioncash 73dea24300 configure_system: Make GetAccountUsername() an internal function 7 years ago
Lioncash f38577db9a configure_system: Default initialize member variables 7 years ago
Lioncash 45c01544a6 configure_system: Simplify UUID generation call in AddUser() 7 years ago
Lioncash e39e875547 configure_system: Amend function casing 7 years ago
Lioncash 6a0e8f4357 configure_system: Add missing override specifier on the destructor 7 years ago
Lioncash 49882458f5 configure_system: Make public slots private 7 years ago
Lioncash ebe361a343 game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions() 7 years ago
Lioncash 94daae2847 profile_manager: Use std::optional instead of boost::optional 7 years ago
Lioncash 7b6546451e graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 7 years ago
Lioncash e89f14a0af yuzu/main: Notify user of loading errors with Amiibo data 7 years ago
Zach Hilman 5c294cdb5d configure_system: Clear current username before overwriting 7 years ago
Lioncash 849265a3de game_list: Use QFileInfo instead of common's file functions 7 years ago
Lioncash 17c920b7a4 game_list: Make game list column headers translatable 7 years ago
Lioncash d9003838c6 bootmanager: Use QStringLiteral instead of std::string to represent the window title 7 years ago
Lioncash add5a47fd9 yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointer 7 years ago
Lioncash 6082c55e30 yuzu/configuration/config: Reorganize member variable and function layout 7 years ago
Zach Hilman 1977ed3d9f profile_manager: Create save data if it doesn't exist on use 7 years ago
Zach Hilman da04134ce6 acc: Fix account UUID duplication error 7 years ago
Zach Hilman e1784822f2 configure_system: Clear selection after user delete 7 years ago
Zach Hilman 8bdf2fe7b7 profile_manager: Load user icons, names, and UUIDs from system save 7 years ago
Zach Hilman 286b3a20b8 qt: Allow user to select emu user on open save data 7 years ago
Zach Hilman 22e74d049b qt: Add Profile Manager UI to system settings 7 years ago
Zach Hilman 64595bddaf settings: Add users and current_user settings and remove username 7 years ago
David 0d7783ba66 Added Amiibo support (#1390) 7 years ago
Zach Hilman a6d950540b qt: Move Reinitialize Keys to Tools menu 7 years ago
Lioncash 62d2810fa6 CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 7 years ago
Lioncash babaf8301f CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING 7 years ago
Lioncash e13c95fbe5 kernel/process: Make the handle table per-process 7 years ago
Zach Hilman a0f408400b qt: Add support for dumping a DLC Data RomFS 7 years ago
bunnei b1c31be284 config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 7 years ago
Lioncash 92495f4f70 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Zach Hilman 1d2f86949b crypto: Various crypto fixes for quickstart guide 7 years ago
FernandoS27 1a70753709 Propagate depth and depth_block on modules using decoders 7 years ago
Lioncash c4f04533d9 filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Lioncash 561f039432 yuzu/main: Simplify OnMenuLoadFile() 7 years ago
Lioncash ab69b81d98 yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled() 7 years ago
Lioncash 4473ebd41d patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
NeatNit f53f1aec9f implemented touch in Qt and SDL 7 years ago
Zach Hilman 91b8b1cfed qt: Add UI option to configure arguments 7 years ago