456 Commits (f467d8e8a3a894120464136e35c2d0bd88f6c652)

Author SHA1 Message Date
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
Zach Hilman cb3ebb0b8f partition_data_manager: Rename system files for hekate 7 years ago
Zach Hilman d81e12a794 qt: Add rederive keyset menu option 7 years ago
Zach Hilman f935ed15ab qt: Add key derivation progress bar on initial setup 7 years ago
Carl Kenner c7871341fe logging: Add DebuggerBackend for logging to Visual Studio 7 years ago
bunnei 44b42fa9e8 yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. 7 years ago
zhupengfei 18b712829f citra_qt/configuration: misc input tab improvements 7 years ago
Lioncash dc276f0e3f qt: Update telemetry links 7 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 91de5d554e patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman df89cf3541 game_list: Add XCI update versioning to game list 7 years ago
Lioncash 3eb26feb5c ui_settings: Place definition of the theme array within the cpp file 7 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 7 years ago
Lioncash 6ef4721dd0 configure_input: Make analog mapping strings translatable 7 years ago