| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManager | Liam | 2024-02-21 | 1 | -552/+0 |
* | Use the input process handle to get the correct application's memory | Kelebek1 | 2024-01-28 | 1 | -6/+10 |
* | result: Make fully constexpr, add ON_RESULT_INCLUDED | FearlessTobi | 2024-01-25 | 1 | -1/+2 |
* | service: fetch objects from the client handle table | Liam | 2023-12-25 | 1 | -4/+2 |
* | Have GetActiveChannelCount return the system channels instead of host device channels | Kelebek1 | 2023-12-16 | 1 | -1/+1 |
* | Rework ADSP into a wrapper for apps | Kelebek1 | 2023-09-04 | 1 | -1/+1 |
* | audren_u: Fix parameter alignment | Morph | 2023-08-01 | 1 | -2/+3 |
* | general: Use ScratchBuffer where possible | Morph | 2023-07-01 | 1 | -11/+12 |
* | Remove memory allocations in some hot paths | Kelebek1 | 2023-06-22 | 1 | -11/+11 |
* | hle: rename legacy errors to Results | Liam | 2023-03-07 | 1 | -3/+3 |
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -28/+28 |
* | service: refactor server architecture | Liam | 2023-02-21 | 1 | -9/+6 |
* | general: rename CurrentProcess to ApplicationProcess | Liam | 2023-02-14 | 1 | -1/+1 |
* | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 2023-02-03 | 1 | -1/+1 |
* | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | liamwhite | 2023-02-02 | 1 | -1/+1 |
* | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | 2022-12-29 | 1 | -3/+3 |
* | service: Use ReadBufferSpan where it is trivial to do so | ameerj | 2022-12-25 | 1 | -3/+3 |
* | Revert "hle: service: audio: Use default service thread." | bunnei | 2022-12-14 | 1 | -6/+9 |
* | Merge pull request #9232 from bunnei/audio-default-thread | liamwhite | 2022-12-04 | 1 | -9/+6 |
|\ |
|
| * | hle: service: audio: Use default service thread. | bunnei | 2022-11-12 | 1 | -9/+6 |
* | | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | 2022-12-03 | 1 | -0/+1 |
|\ \ |
|
| * | | general: fix compile for Apple Clang | Liam | 2022-11-23 | 1 | -0/+1 |
| |/ |
|
* / | service: Make use of buffer element count helpers | Lioncash | 2022-11-23 | 1 | -3/+3 |
|/ |
|
* | Update audio_core for firmware 15.0.0 | Kelebek1 | 2022-10-19 | 1 | -0/+26 |
* | kernel: remove KWritableEvent | Liam | 2022-10-13 | 1 | -2/+2 |
* | audio_device: Mark member functions as const where applicable | Lioncash | 2022-09-15 | 1 | -2/+2 |
* | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty. | Kelebek1 | 2022-08-24 | 1 | -6/+21 |
* | Project Andio | Kelebek1 | 2022-07-22 | 1 | -446/+246 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | hle: service: audio: Create a service thread where appropriate. | bunnei | 2022-04-02 | 1 | -1/+2 |
* | core: Remove unused includes | ameerj | 2021-11-04 | 1 | -3/+0 |
* | service: Reduce header include overhead | Morph | 2021-10-07 | 1 | -1/+0 |
* | service: Replace service event creation with ServiceContext::CreateEvent | Morph | 2021-10-02 | 1 | -19/+22 |
* | service/audio: Update to 13.0.0 | german77 | 2021-09-27 | 1 | -1/+2 |
* | Report 2 channels active. Fixes Tales of Vesperia's mono channel audio. | Kelebek1 | 2021-07-06 | 1 | -1/+1 |
* | Fix XC2/VOEZ crashing, add audio looping and a few misc fixes | Kelebek1 | 2021-07-01 | 1 | -1/+1 |
* | Decouple audio processing and run at variable rate | Kelebek1 | 2021-06-27 | 1 | -4/+6 |
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -21/+21 |
* | core: Make variable shadowing a compile-time error | Lioncash | 2021-05-16 | 1 | -2/+3 |
* | audren | bunnei | 2021-05-11 | 1 | -25/+14 |
* | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2021-05-06 | 1 | -2/+2 |
* | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 2021-05-06 | 1 | -0/+4 |
* | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 2021-05-06 | 1 | -23/+18 |
* | service: Resolve cases of member field shadowing | Lioncash | 2021-05-04 | 1 | -2/+3 |
* | audren_u: Use proper names | german77 | 2021-04-09 | 1 | -3/+3 |
* | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 2021-02-05 | 1 | -18/+21 |
* | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 2021-02-05 | 1 | -5/+5 |
* | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 2021-02-05 | 1 | -1/+1 |
* | hle: service: Acquire and release a lock on requests. | bunnei | 2020-12-29 | 1 | -7/+7 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -4/+4 |
* | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec | 2020-07-25 | 1 | -72/+77 |
* | audio_renderer: Preliminary BehaviorInfo (#3736) | David | 2020-04-21 | 1 | -2/+7 |
* | audren: Lower log level for RequestUpdateImpl to Debug | FearlessTobi | 2020-04-20 | 1 | -1/+1 |
* | service: Remove unused RequestParser instances | Lioncash | 2020-04-18 | 1 | -2/+0 |
* | CMakeLists: Specify -Wextra on linux builds | Lioncash | 2020-04-16 | 1 | -1/+1 |
* | core: Prepare various classes for memory read/write migration | Lioncash | 2019-11-27 | 1 | -2/+3 |
* | kernel: events: Remove ResetType::Automatic. | bunnei | 2019-11-03 | 1 | -6/+6 |
* | Merge pull request #2834 from Morph1984/audrenu_QueryAudioDeviceInputEvent | David | 2019-09-05 | 1 | -1/+15 |
|\ |
|
| * | Add Kernel::EventPair audio_input_device_switch_event; | Morph1984 | 2019-09-04 | 1 | -0/+1 |
| * | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent | Morph1984 | 2019-09-04 | 1 | -1/+14 |
* | | remove <f32> | Morph1984 | 2019-09-04 | 1 | -1/+1 |
* | | explicitly represent 1 as a float (1.0f instead of 1) | Morph1984 | 2019-09-04 | 1 | -1/+1 |
* | | Change u32 -> f32 | Morph1984 | 2019-09-04 | 1 | -1/+1 |
* | | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | Morph1984 | 2019-09-03 | 1 | -2/+15 |
|/ |
|
* | service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName() | Lioncash | 2019-07-19 | 1 | -16/+44 |
* | service/audren_u: Move revision testing code out of AudRenU | Lioncash | 2019-07-19 | 1 | -55/+53 |
* | service/audio: Remove global system accessors | Lioncash | 2019-07-19 | 1 | -9/+9 |
* | service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName() | Lioncash | 2019-07-19 | 1 | -2/+1 |
* | service/audren_u: Report proper device names | Lioncash | 2019-07-19 | 1 | -6/+29 |
* | Clang format | David Marcec | 2019-07-12 | 1 | -2/+4 |
* | "AudioRenderer" thread should have a unique name | David Marcec | 2019-07-12 | 1 | -4/+3 |
* | IAudioDevice::QueryAudioDeviceOutputEvent | David Marcec | 2019-07-01 | 1 | -3/+16 |
* | Revert PR 2590. | Fernando Sahmkow | 2019-06-20 | 1 | -1/+1 |
* | service/audio/audren_u: Correct event reset type for the system event | Lioncash | 2019-06-18 | 1 | -1/+1 |
* | Merge pull request #2439 from lioncash/audren | Hexagon12 | 2019-05-19 | 1 | -51/+297 |
|\ |
|
| * | service/audren_u: Handle variadic command buffers in GetWorkBufferSize() | Lioncash | 2019-05-01 | 1 | -17/+92 |
| * | service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize() | Lioncash | 2019-05-01 | 1 | -6/+12 |
| * | service/audren_u: Clean up work buffer calculations | Lioncash | 2019-05-01 | 1 | -49/+214 |
* | | core/kernel/object: Rename ResetType enum members | Lioncash | 2019-05-18 | 1 | -2/+2 |
|/ |
|
* | hle/service: Resolve unused variable warnings | Lioncash | 2019-04-04 | 1 | -7/+6 |
* | hle/service/audio: Extract audio error codes to a header | Lioncash | 2019-03-05 | 1 | -1/+2 |
* | Merge pull request #2180 from lioncash/audren | bunnei | 2019-03-01 | 1 | -1/+12 |
|\ |
|
| * | service/audio: Provide an implementation of ExecuteAudioRendererRendering | Lioncash | 2019-03-01 | 1 | -1/+12 |
* | | service/audio/audren_u: Implement OpenAudioRendererAuto | Lioncash | 2019-03-01 | 1 | -7/+17 |
|/ |
|
* | audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter | Lioncash | 2019-02-27 | 1 | -13/+13 |
* | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 1 | -4/+5 |
* | service/audio: Update function tables | Lioncash | 2019-01-30 | 1 | -4/+6 |
* | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 2018-11-29 | 1 | -15/+11 |
* | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 1 | -9/+15 |
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 1 | -23/+30 |
* | service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate | Lioncash | 2018-11-14 | 1 | -3/+3 |
* | hle/audren_u: Implement Get/SetRenderingTimeLimit | Lioncash | 2018-11-13 | 1 | -2/+23 |
* | audio: Update service function tables | Lioncash | 2018-10-19 | 1 | -17/+20 |
* | Merge pull request #1394 from lioncash/stream | bunnei | 2018-09-27 | 1 | -1/+1 |
|\ |
|
| * | stream: Preserve enum class type in GetState() | Lioncash | 2018-09-24 | 1 | -1/+1 |
* | | service: Add missing headers inclusions where applicable | Lioncash | 2018-09-25 | 1 | -0/+1 |
|/ |
|
* | Added audren:u#GetAudioRendererState | David Marcec | 2018-09-23 | 1 | -1/+8 |
* | Removed the use of rp.MakeBuilder | David Marcec | 2018-09-19 | 1 | -3/+3 |
* | service/audio: Replace includes with forward declarations where applicable | Lioncash | 2018-09-12 | 1 | -2/+4 |
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 1 | -0/+2 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -3/+5 |
* | Merge pull request #1035 from ogniK5377/audio-dev-revision-info | bunnei | 2018-08-12 | 1 | -1/+12 |
|\ |
|
| * | GetAudioDeviceServiceWithRevisionInfo | David Marcec | 2018-08-12 | 1 | -1/+12 |
* | | Pushed the requested sample rate instead of our fixed sample rate | David Marcec | 2018-08-12 | 1 | -4/+2 |
* | | Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount | David Marcec | 2018-08-12 | 1 | -5/+28 |
|/ |
|
* | audio_core: Implement audren_u audio playback. | bunnei | 2018-08-05 | 1 | -200/+8 |
* | core_timing: Split off utility functions into core_timing_util | MerryMage | 2018-07-24 | 1 | -0/+1 |
* | audren_u: Use a std::array instead of std::string for holding the audio interface/device name | Lioncash | 2018-07-20 | 1 | -2/+4 |
* | Merge pull request #726 from lioncash/overload | bunnei | 2018-07-20 | 1 | -2/+2 |
|\ |
|
| * | hle_ipc: Introduce generic WriteBuffer overload for multiple container types | Lioncash | 2018-07-19 | 1 | -2/+2 |
* | | hle/service: Make constructors explicit where applicable | Lioncash | 2018-07-19 | 1 | -2/+2 |
|/ |
|
* | We only need to alert for memory pool changes | David Marcec | 2018-07-13 | 1 | -2/+0 |
* | initialized voice status and unused sizes in the update data header | David Marcec | 2018-07-13 | 1 | -1/+3 |
* | Update AudioRenderer Voice Sections (#614) | David | 2018-07-03 | 1 | -0/+87 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -12/+12 |
* | Send the correct RequestUpdateAudioRenderer revision in the output header (#587) | David | 2018-06-25 | 1 | -1/+1 |
* | Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) | David | 2018-06-24 | 1 | -32/+19 |
* | Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580) | David | 2018-06-23 | 1 | -25/+58 |
* | Service/Audio: update audren:u service | mailwl | 2018-06-21 | 1 | -46/+57 |
* | Build: Fixed some MSVC warnings in various parts of the code. | Subv | 2018-06-20 | 1 | -1/+1 |
* | GetAudioRendererWorkBufferSize impl (#465) | David | 2018-05-26 | 1 | -2/+63 |
* | Correct audio command numbers & add or rename some functions (#455) | greggameplayer | 2018-05-21 | 1 | -12/+13 |
* | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 2018-04-30 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl | David Marcec | 2018-04-26 | 1 | -13/+13 |
|\ |
|
| * | audio: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -13/+13 |
* | | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. | David Marcec | 2018-04-23 | 1 | -5/+3 |
* | | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) | David Marcec | 2018-04-22 | 1 | -6/+9 |
|/ |
|
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 1 | -4/+2 |
* | Updated audren with more service names. | Hexagon12 | 2018-04-10 | 1 | -10/+14 |
* | audren_u: Stub out GetActiveAudioDeviceName. | bunnei | 2018-04-03 | 1 | -1/+13 |
* | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. | bunnei | 2018-03-30 | 1 | -8/+36 |
* | audren_u: Fix GetAudioDevice. | bunnei | 2018-03-25 | 1 | -6/+47 |
* | CoreTiming: Unschedule the pending events when an Interface is destroyed. | Subv | 2018-03-04 | 1 | -1/+3 |
* | Stub more functions | mailwl | 2018-02-22 | 1 | -2/+2 |
* | Service/hid: stub some functions | mailwl | 2018-02-16 | 1 | -1/+2 |
* | audio: Use WriteBuffer instead of BufferDescriptorB. | bunnei | 2018-02-14 | 1 | -3/+1 |
* | audren_u: Schedule reoccuring event. (#183) | bunnei | 2018-02-14 | 1 | -6/+35 |
* | Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:u | gdkchan | 2018-02-12 | 1 | -2/+76 |
* | Service: stub some functions in am, audio, time, vi services | mailwl | 2018-02-07 | 1 | -4/+47 |
* | Added stubs for audio services. (#116) | st4rk | 2018-01-22 | 1 | -0/+44 |