| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #8934 from german77/palma_release | 2022-09-29 | 7 | -33/+842 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service: hid: Partially implement palma controller | 2022-09-25 | 7 | -33/+842 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #8940 from german77/silence | 2022-09-28 | 4 | -8/+8 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu: Silence some clang warnings | 2022-09-21 | 4 | -8/+8 | ||
| | |/ / / / / / / | ||||||
| * | | | / / / / | core/loader: Return nullptr if file is nullptr | 2022-09-25 | 1 | -0/+4 | ||
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #8920 from abouvier/cmake-git | 2022-09-24 | 1 | -27/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cmake: fix git detection | 2022-09-18 | 1 | -27/+2 | ||
| * | | | | | | | | Merge pull request #8941 from Kelebek1/single_core_sucks | 2022-09-23 | 1 | -2/+7 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Do not try to pause core timing from the audio thread when using single-core | 2022-09-22 | 1 | -2/+7 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #8945 from Tachi107/typos | 2022-09-23 | 5 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | chore: fix some typos | 2022-09-23 | 5 | -6/+6 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #8948 from german77/order | 2022-09-23 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu: sort input profiles by name | 2022-09-23 | 1 | -0/+2 | ||
| * | | | | | | | | | Merge pull request #8930 from lat9nq/disable-vulkan-check | 2022-09-23 | 7 | -45/+66 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | yuzu qt: Add option to disable startup Vulkan check | 2022-09-19 | 7 | -45/+66 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #8943 from lioncash/netiface | 2022-09-23 | 2 | -6/+17 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sockets: Make fd member variable protected | 2022-09-22 | 2 | -6/+17 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #8939 from lioncash/render | 2022-09-23 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | audio_renderer: Make GetCommandBuffer() take a u32 | 2022-09-21 | 2 | -2/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | audio_manager: Forward declare result type | 2022-09-21 | 2 | -1/+3 | ||
| * | | | | | | | | audio_manager: Remove redundant cast in ThreadFunc() | 2022-09-21 | 1 | -3/+5 | ||
| * | | | | | | | | audio_manager: move std::functions in SetOutManager/SetInManager | 2022-09-21 | 1 | -2/+2 | ||
| * | | | | | | | | audio_manager: Remove unused forward declarations | 2022-09-21 | 2 | -10/+0 | ||
| * | | | | | | | | audio_manager: Remove unused sessions_started member variable | 2022-09-21 | 1 | -2/+0 | ||
| * | | | | | | | | audio_manager: Remove dependence on system state | 2022-09-21 | 3 | -10/+4 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #8849 from Morph1984/parallel-astc | 2022-09-19 | 1 | -21/+35 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | astc: Enable parallel CPU astc decoding | 2022-09-16 | 1 | -21/+35 | ||
| * | | | | | | | Merge pull request #8915 from vonchenplus/opus_multi_stream | 2022-09-17 | 2 | -1/+38 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | core: implement HwOpus GetWorkBufferSizeForMultiStreamEx | 2022-09-17 | 2 | -1/+38 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #8827 from german77/amiibo_release | 2022-09-17 | 12 | -302/+1370 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: nfp: Remove magic numbers | 2022-09-07 | 3 | -105/+103 | ||
| | * | | | | | | core: nfp: Workaround for lack of multiple nfp interfaces | 2022-09-07 | 1 | -1/+3 | ||
| | * | | | | | | core: nfp: Correct date and amiibo name | 2022-09-07 | 4 | -18/+36 | ||
| | * | | | | | | core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes | 2022-09-07 | 10 | -257/+356 | ||
| | * | | | | | | core: nfp: Implement amiibo encryption | 2022-09-07 | 7 | -276/+1227 | ||
| * | | | | | | | Merge pull request #8650 from Kelebek1/vsync | 2022-09-17 | 4 | -33/+71 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core_timing: Sleep in discrete intervals, yield during spin | 2022-08-02 | 1 | -12/+13 | ||
| | * | | | | | | | Add missing looping event schedule signal | 2022-08-02 | 1 | -5/+9 | ||
| | * | | | | | | | Make coretiming waiting more accurate | 2022-08-02 | 2 | -11/+31 | ||
| | * | | | | | | | Rework multi-core vsync | 2022-08-01 | 2 | -17/+30 | ||
| * | | | | | | | | Merge pull request #8914 from lioncash/audio-const | 2022-09-16 | 25 | -82/+87 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | audio_renderer: Pass command buffer by const reference | 2022-09-16 | 4 | -4/+4 | ||
| | * | | | | | | | | sink_stream: Mark GetQueueSize as const | 2022-09-16 | 1 | -1/+1 | ||
| | * | | | | | | | | node_states: Mark relevant member functions as const | 2022-09-16 | 1 | -2/+2 | ||
| | * | | | | | | | | i3dl2/reverb: Mark relevant member functions as const | 2022-09-16 | 2 | -4/+4 | ||
| | * | | | | | | | | behavior_info: Mark CopyErrorInfo as const | 2022-09-16 | 4 | -6/+6 | ||
| | * | | | | | | | | audio_device: Mark GetDeviceVolume as const | 2022-09-16 | 2 | -2/+2 | ||
| | * | | | | | | | | audio_render_manager: Mark several functions as const | 2022-09-16 | 2 | -6/+6 | ||
| | * | | | | | | | | audio_in: Mark several functions as const | 2022-09-16 | 4 | -18/+18 | ||
| | * | | | | | | | | audio_out: Mark several functions as const | 2022-09-16 | 4 | -16/+17 | ||