499 Commits (2dbb90ed65e1a1d132ff28ea9b56854f882233a1)

Author SHA1 Message Date
zhupengfei 2dbb90ed65 yuzu, video_core: Screenshot functionality 7 years ago
Lioncash bf2225a10e configuration/config: Use an intermediary variable for accessing players 7 years ago
Lioncash 0d07ee6c54 yuzu/game_list_worker: Move std::string construction after the termination check in callbacks 7 years ago
Lioncash 59a4ed0d24 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Lioncash 963fd343ac yuzu/configuration: Make slots private where applicable 7 years ago
Lioncash 3f0b65b93c yuzu/configuration: Add missing override specifiers to configuration-related classes 7 years ago
Lioncash 1b3b2e69a0 yuzu/configuration/configure_input: Default destructor in the cpp file 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Lioncash bff3cb6fb5 yuzu/game_list_worker: Deduplicate game list entry creation 7 years ago
Lioncash 8cd6b92d31 yuzu/game_list_worker: Tidy up string handling in FillControlMap() 7 years ago
Bartosz Kaszubowski d9193f8718 remove border from GameList 7 years ago
Lioncash 6910b79f18 configure_input: Amend clang-format discrepancies 7 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
ReinUsesLisp c6223f0a9e gl_rasterizer: Remove extension booleans 7 years ago
Lioncash 271b079fc7 yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 7 years ago
Lioncash fd252d2e82 yuzu/configure_input: Make CallConfigureDialog a non-member template function 7 years ago
Lioncash e83ede49f2 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
Lioncash 22e7df599f yuzu/configure_input_player: Use a lambda expression instead of std::bind 7 years ago
Lioncash 342f0e54aa yuzu/configure_input_player: Amend constructor initializer list order 7 years ago
Lioncash 62051832ce yuzu/configure_input: Remove unused function MoveGridElement 7 years ago
Lioncash 9964a076c7 yuzu/configure_input*: Move data members after function declarations 7 years ago
Lioncash 7e4436fe22 yuzu/configure_input: Remove unnecessary includes 7 years ago
greggameplayer 103c4be2a3 correct clang-format 7 years ago
greggameplayer 797d3473b4 Automatically disable joycons docked 7 years ago
FernandoS27 ac7b0966a1 Removed pre 4.3 ARB extensions 7 years ago
FernandoS27 5f3d7e7fa2 Update OpenGL's backend version from 3.3 to 4.3 7 years ago
Zach Hilman 9192141822 patch_manager: Show LayeredExeFS patch in add-ons column 7 years ago
Zach Hilman df1c902e44 settings: Add option to dump ExeFS of games upon launch 7 years ago
Lioncash 22af607a8d yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functions 7 years ago
Lioncash 870fa5e657 yuzu/applets/software_keyboard: std::move std::function instances where applicable 7 years ago
Lioncash a7602de1b5 yuzu/applets/software_keyboard: Make slots private functions 7 years ago
Zach Hilman 10eb01586e configure_input: Use Joycons Docked instead of Connected as label 7 years ago
Zach Hilman fab550b629 configure_input_player: Set minimum width on controls 7 years ago
Zach Hilman 63d941fb6a configure_input: Properly update UI components on removal of player 7 years ago
Zach Hilman b131a4bbb2 configure_input: Make None a controller option instead of checkbox 7 years ago
Zach Hilman 2d8a5a4e9b hid: Use player-defined controller type as PREFERRED_CONTROLLER 7 years ago
Zach Hilman 25c07217cf qt: Move controller button config to separate dialog 7 years ago
Zach Hilman 2ec994c396 qt: Add UI to configure touchscreen parameters 7 years ago
Zach Hilman 558777d83f qt: Add UI to configure mouse buttons 7 years ago
Zach Hilman b43b2d857f configure_input: Add support for multiplayer and controller types 7 years ago
Zach Hilman 288dfe1ba5 yuzu/config: Add (de-)serialization for multiplayer 7 years ago
Zach Hilman 945fdd9361 software_keyboard: Add max and current length display to dialog 7 years ago
Zach Hilman 948e1b2f42 applet: Add operation completed callback 7 years ago
Zach Hilman f0d2246b6a software_keyboard: Make GetText asynchronous 7 years ago
Zach Hilman 04bc2fafbc am: Allow applets to push multiple and different channels of data 7 years ago
Zach Hilman 27ebe123e9 am: Implement text check software keyboard mode 7 years ago
Zach Hilman efced53d38 am: Deglobalize software keyboard applet 7 years ago
Zach Hilman b9c5a8bcf6 qt/main: Register Qt Software Keyboard frontend with AM 7 years ago
Zach Hilman 56c85c996a qt/applets: Provide Qt frontend implementation of software keyboard 7 years ago