| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | audio_core: Remove unnecessary inclusions | 2020-09-25 | 5 | -7/+2 | ||
| | |/ / / / / / / / / / / | ||||||
| * / / / / / / / / / / / | behavior_info: Fix typo Renerer -> Renderer | 2020-09-25 | 2 | -6/+6 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4717 from lioncash/debug | 2020-09-25 | 1 | -0/+17 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service: Restore "unused" function | 2020-09-25 | 1 | -0/+17 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4711 from lioncash/move5 | 2020-09-24 | 1 | -16/+19 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | arithmetic_integer_immediate: Make use of std::move where applicable | 2020-09-24 | 1 | -16/+19 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4678 from Morph1984/LoadOpenContext-partial-impl | 2020-09-24 | 3 | -1/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | acc: Stub LoadOpenContext | 2020-09-21 | 3 | -1/+13 | ||
| * | | | | | | | | | | | Merge pull request #4674 from ReinUsesLisp/timeline-semaphores | 2020-09-23 | 42 | -814/+647 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | vk_query_cache: Hack counter destructor to avoid reserving queries | 2020-09-19 | 1 | -1/+10 | ||
| | * | | | | | | | | | | renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore | 2020-09-19 | 42 | -814/+638 | ||
| * | | | | | | | | | | | Merge pull request #4618 from german77/GcAdapterAutoMap | 2020-09-23 | 3 | -1/+103 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add automap feature for GC adapter | 2020-09-18 | 3 | -1/+103 | ||
| * | | | | | | | | | | | Merge pull request #4702 from lioncash/doc-warn | 2020-09-23 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | memory: Resolve a -Wdocumentation warning | 2020-09-23 | 1 | -1/+1 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||