| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | Merge pull request #4701 from lioncash/unused-proto | 2020-09-23 | 1 | -3/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | install_dialog: Make use of [[nodiscard]] where applicable | 2020-09-23 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | install_dialog: Remove unused function prototype | 2020-09-23 | 1 | -1/+0 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4700 from lioncash/copies | 2020-09-23 | 3 | -52/+67 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | game_list: Make game list function naming consistent | 2020-09-23 | 3 | -36/+45 | ||
| | * | | | | | | | | | | | game_list: Eliminate redundant argument copies | 2020-09-23 | 2 | -16/+22 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | control_flow: emplace elements in place within TryQuery() | 2020-09-22 | 1 | -6/+6 | ||
| * | | | | | | | | | | | control_flow: Make use of std::move in InsertBranch() | 2020-09-22 | 1 | -7/+8 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | General: Make use of std::nullopt where applicable | 2020-09-22 | 17 | -59/+60 | ||
| * | | | | | | | | | | ips_layer: Eliminate a redundant copy in Parse() | 2020-09-22 | 1 | -2/+4 | ||
| * | | | | | | | | | | Merge pull request #4675 from Morph1984/fix-boot-multicontent | 2020-09-21 | 1 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | submission_package: Account for multi-content NSPs | 2020-09-17 | 1 | -5/+5 | ||
| * | | | | | | | | | | Merge pull request #4692 from ReinUsesLisp/remove-vsync | 2020-09-21 | 13 | -360/+35 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | renderer_opengl: Remove emulated mailbox presentation | 2020-09-20 | 13 | -360/+35 | ||
| * | | | | | | | | | | | Merge pull request #4683 from Morph1984/NpadHandheldActivationMode-impl | 2020-09-20 | 3 | -5/+28 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | hid: Implement Get/SetNpadHandheldActivationMode | 2020-09-18 | 3 | -5/+28 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4643 from FearlessTobi/decrease-pad-update-interval | 2020-09-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Test: Decrease pad_update_ns | 2020-09-10 | 1 | -1/+1 | ||
| * | | | | | | | | | | fermi_2d: Make use of designated initializers | 2020-09-18 | 2 | -8/+8 | ||
| * | | | | | | | | | | configure_input_player: Fixes motion mapping using ConfigureButtonClick | 2020-09-18 | 1 | -5/+8 | ||
| * | | | | | | | | | | Merge pull request #4647 from Morph1984/readd-context-menu | 2020-09-17 | 2 | -31/+66 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | configure_input_player: Re-add "Clear" context menu option | 2020-09-17 | 2 | -31/+66 | ||
| * | | | | | | | | | | | am: Stub GetPreviousProgramIndex | 2020-09-17 | 2 | -1/+11 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4670 from lioncash/initializer | 2020-09-17 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | arm_dynarmic_cp15: Initialize member variables | 2020-09-17 | 1 | -2/+2 | ||
| * | | | | | | | | | | | Merge pull request #4665 from lioncash/sm-kernel | 2020-09-17 | 3 | -9/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service/sm: Slightly more efficient string name validation | 2020-09-17 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | service/sm: Eliminate dependency on the global system instance | 2020-09-17 | 3 | -7/+9 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4666 from lioncash/unused-func | 2020-09-17 | 1 | -22/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service: Remove unused funcation | 2020-09-17 | 1 | -22/+0 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4671 from lioncash/nfp-copy | 2020-09-17 | 2 | -21/+25 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | audio_core/command_generator: Use const references where applicable | 2020-09-17 | 1 | -10/+11 | ||
| | * | | | | | | | | | | | audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCo... | 2020-09-17 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | nfp: Eliminate two unnecessary copies | 2020-09-17 | 1 | -10/+13 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4672 from lioncash/narrowing | 2020-09-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | decoder/texture: Eliminate narrowing conversion in GetTldCode() | 2020-09-17 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4673 from lioncash/fallthrough | 2020-09-17 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | decode/image: Eliminate switch fallthrough in DecodeImage() | 2020-09-17 | 1 | -0/+1 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4594 from german77/MotionHID | 2020-09-17 | 23 | -159/+943 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | configure_input: Hook up the motion button and checkbox | 2020-09-05 | 7 | -7/+19 | ||
| | * | | | | | | | | | | | Minor cleanup | 2020-09-05 | 1 | -19/+16 | ||
| | * | | | | | | | | | | | Add cemu hook changes related to PR #4609 | 2020-09-04 | 8 | -139/+449 | ||
| | * | | | | | | | | | | | Remove RealMotionDevice | 2020-09-04 | 7 | -35/+41 | ||
| | * | | | | | | | | | | | configure_input_player: Show/hide motion buttons based on the controller | 2020-09-04 | 3 | -103/+141 | ||
| | * | | | | | | | | | | | controllers/npad: Simplify motion entry assignment | 2020-09-04 | 1 | -29/+18 | ||
| | * | | | | | | | | | | | Include HID and configuration changes related to motion | 2020-09-04 | 13 | -16/+448 | ||
| * | | | | | | | | | | | | control_metadata: Resolve typo in Portuguese language name | 2020-09-17 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4653 from ReinUsesLisp/gc-warns | 2020-09-16 | 1 | -0/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | gc_adapter: Disable MSVC nonstandard extension warning on libusb.h | 2020-09-14 | 1 | -0/+9 | ||
| * | | | | | | | | | | | Merge pull request #4663 from ReinUsesLisp/wswitch | 2020-09-16 | 7 | -10/+59 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||