412 Commits (ad2f47b57989dd39be5fa3ec17086640dadae87e)

Author SHA1 Message Date
Lioncash 6636f3ff47 patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
NeatNit 4f24343f32 implemented touch in Qt and SDL 7 years ago
Zach Hilman 8bbc12b9c2 qt: Add UI option to configure arguments 7 years ago
Zach Hilman 3ec054643e partition_data_manager: Rename system files for hekate 7 years ago
Zach Hilman 8f958b89e7 qt: Add rederive keyset menu option 7 years ago
Zach Hilman 3edafc6802 qt: Add key derivation progress bar on initial setup 7 years ago
Carl Kenner f5f6292810 logging: Add DebuggerBackend for logging to Visual Studio 7 years ago
bunnei 2fbb20b2b5 yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. 7 years ago
zhupengfei 690f326613 citra_qt/configuration: misc input tab improvements 7 years ago
Lioncash efd956e6ff
qt: Update telemetry links 7 years ago
Zach Hilman 38c2ac95af romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 5acaeb04c4 patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman cf7aba4817 game_list: Add XCI update versioning to game list 7 years ago
Lioncash 30dfd89126 ui_settings: Place definition of the theme array within the cpp file 7 years ago
Lioncash baed7e1fba kernel/thread: Make all instance variables private 7 years ago
Lioncash 61b144bbf3 configure_input: Make analog mapping strings translatable 7 years ago
Lioncash 1c7c798e9e configure_audio: Move combo box index setting to their own functions 7 years ago
Lioncash 57e47bae32 configure_audio: Use QString::fromStdString() for converting audio device names 7 years ago
Lioncash 226dc914b3 configure_audio: Add disambiguation comment for the volume percentage string 7 years ago
Lioncash 8f5e2a2b83 configure_graphics: Make functions internally linked where applicable 7 years ago
fearlessTobi e4daf4bee5 Review comments - part 5 7 years ago
fearlessTobi ac06105dfe Review comments -part 4 7 years ago
fearlessTobi aa48468862 Review comments - part 3 7 years ago
fearlessTobi b4ace6ec6f Address a bunch of review comments 7 years ago
fearlessTobi 4d139943f2 Port web_service from Citra 7 years ago
Zach Hilman 4c2a94fa94 patch_manager: Use strings for patch type instead of enum 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Zach Hilman 70e86248fd qt: Install System TitleTypes to System NAND 7 years ago
Lioncash f646ca874d yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize() 7 years ago
Lioncash cbb146069a yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS() 7 years ago
Lioncash 57616f9758 vfs/etc: Append std:: to size_t usages 7 years ago
Zach Hilman b3c2ec362b fsmitm: Cleanup and modernize fsmitm port 7 years ago
Zach Hilman 4f183123f5 game_list: Add Qt SmoothTransformation to picture scaling 7 years ago
Zach Hilman ba0873d33c qt: Add UI elements for LayeredFS and related tools 7 years ago
zhupengfei 44228ee3ed game_list: move SearchField to game_list_p.h and fix untranslated text 8 years ago
Lioncash 9b8fc2b689 arm_interface: Replace kernel vm_manager include with a forward declaration 7 years ago
Lioncash e980e90d6e game_list: Handle plurals within setFilterResult() better 7 years ago
Lioncash 9dbe9d4291 yuzu/util: Antialias game list compatibility pixmaps 7 years ago
Lioncash 13930f0c33 game_list_p: Amend typo in GameListItemCompat's constructor parameter 7 years ago
Lioncash 51b5619079 game_list_p: Take map iterator contents by const reference 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
ReinUsesLisp a42376dfad Use ARB_multi_bind for uniform buffers (#1287) 7 years ago
Lioncash e89c22c147 yuzu/configure_gamelist: Make combo box strings translatable 7 years ago
Lioncash a9b953e6d4 yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings 7 years ago
Lioncash 3a2567c97c yuzu/configure_gamelist: Move combo box initializtion to their own functions 7 years ago
Lioncash 0e61e8362f game_list: Resolve variable shadowing within LoadCompatibilityList() 7 years ago
Lioncash 7fe10dea3e game_list: Use QJsonValueRef() within LoadCompatibilityList() 7 years ago
Markus Wick 3e973bc4c6 gl_rasterizer: Use ARB_texture_storage. 7 years ago
Tobias 804115b2a4 Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago