| Commit message (Expand) | Author | Age | Files | Lines |
* | service: Reduce header include overhead | Morph | 2021-10-07 | 4 | -4/+0 |
* | service: Replace service event creation with ServiceContext::CreateEvent | Morph | 2021-10-02 | 5 | -41/+55 |
* | Merge pull request #7018 from lat9nq/splat-stubs | Morph | 2021-09-29 | 2 | -26/+67 |
|\ |
|
| * | audin_u: Return a buffer event in RegisterBufferEvent | lat9nq | 2021-09-15 | 2 | -2/+12 |
| * | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto | lat9nq | 2021-09-15 | 2 | -26/+57 |
* | | service/audio: Update to 13.0.0 | german77 | 2021-09-27 | 2 | -1/+10 |
|/ |
|
* | 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 |
* | hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size. | bunnei | 2021-06-26 | 1 | -1/+30 |
* | hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx. | bunnei | 2021-06-25 | 2 | -5/+15 |
* | Implement audout GetAudioOutPlayedSampleCount | Kelebek1 | 2021-06-22 | 1 | -1/+9 |
* | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph | 2021-06-02 | 1 | -2/+2 |
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 5 | -42/+42 |
* | core: Make variable shadowing a compile-time error | Lioncash | 2021-05-16 | 2 | -6/+7 |
* | audren | bunnei | 2021-05-11 | 2 | -25/+16 |
* | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2021-05-06 | 2 | -3/+3 |
* | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 2021-05-06 | 2 | -0/+5 |
* | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 2021-05-06 | 2 | -31/+25 |
* | service: Resolve cases of member field shadowing | Lioncash | 2021-05-04 | 1 | -2/+3 |
* | codecctl: Use proper names | german77 | 2021-04-09 | 1 | -13/+13 |
* | audren_u: Use proper names | german77 | 2021-04-09 | 2 | -4/+4 |
* | audren_a: Use proper names | german77 | 2021-04-09 | 1 | -6/+6 |
* | audrec_u: Use proper names, update to 12.x | german77 | 2021-04-09 | 1 | -3/+4 |
* | audrec_a: Use proper names | german77 | 2021-04-09 | 1 | -2/+2 |
* | audout_u: Use proper names | german77 | 2021-04-09 | 1 | -3/+3 |
* | audout_a: Use proper names | german77 | 2021-04-09 | 1 | -6/+6 |
* | audin_u: Use proper names | german77 | 2021-04-09 | 1 | -7/+7 |
* | audin_a: Use proper names | german77 | 2021-04-09 | 1 | -4/+4 |
* | hwopus: Update to 12.x | Morph | 2021-04-07 | 1 | -0/+4 |
* | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 2021-02-05 | 2 | -23/+27 |
* | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 2021-02-05 | 2 | -7/+7 |
* | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 2021-02-05 | 2 | -2/+2 |
* | audout: FlushAudioOutBuffers | Chloe Marcec | 2021-01-24 | 1 | -1/+9 |
* | core: Silence Wclass-memaccess warnings | ReinUsesLisp | 2021-01-15 | 1 | -1/+1 |
* | hle: service: Acquire and release a lock on requests. | bunnei | 2020-12-29 | 2 | -9/+11 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 25 | -59/+87 |
* | Revert "core: Fix clang build" | bunnei | 2020-10-21 | 2 | -19/+17 |
* | core: Fix clang build | Lioncash | 2020-10-18 | 2 | -17/+19 |
* | Merge pull request #4310 from ogniK5377/apollo-1-prod | bunnei | 2020-09-11 | 1 | -72/+77 |
|\ |
|
| * | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec | 2020-07-25 | 1 | -72/+77 |
* | | General: Tidy up clang-format warnings part 2 | Lioncash | 2020-08-13 | 1 | -1/+1 |
* | | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash | 2020-08-03 | 1 | -1/+1 |
* | | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) | David | 2020-08-03 | 1 | -1/+1 |
|/ |
|
* | marked stubs | David Marcec | 2020-04-28 | 1 | -4/+5 |
* | Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified | David Marcec | 2020-04-28 | 2 | -5/+93 |
* | Merge pull request #3744 from lioncash/table2 | bunnei | 2020-04-26 | 1 | -0/+2 |
|\ |
|
| * | service: Update function tables | Lioncash | 2020-04-20 | 1 | -0/+2 |
* | | 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 |
* | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 1 | -1/+1 |
* | CMakeLists: Specify -Wextra on linux builds | Lioncash | 2020-04-16 | 1 | -1/+1 |
* | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo | 2020-02-11 | 1 | -2/+4 |
* | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -2/+4 |
* | core: Prepare various classes for memory read/write migration | Lioncash | 2019-11-27 | 1 | -2/+3 |
* | Merge pull request #3094 from lioncash/tables | bunnei | 2019-11-25 | 1 | -0/+1 |
|\ |
|
| * | service: Update function tables | Lioncash | 2019-11-12 | 1 | -0/+1 |
* | | service: Resolve sign conversion errors | Lioncash | 2019-11-12 | 1 | -2/+2 |
|/ |
|
* | kernel: events: Remove ResetType::Automatic. | bunnei | 2019-11-03 | 2 | -8/+8 |
* | audio/audout_u: Change formatting for old clang-format versions | ReinUsesLisp | 2019-10-05 | 1 | -1/+1 |
* | service/audio: Silence -Wunused | ReinUsesLisp | 2019-10-05 | 1 | -1/+1 |
* | 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 | 2 | -16/+45 |
* | service/audren_u: Move revision testing code out of AudRenU | Lioncash | 2019-07-19 | 2 | -63/+63 |
* | service/audio: Remove global system accessors | Lioncash | 2019-07-19 | 6 | -33/+53 |
* | 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 | 2 | -4/+4 |
* | IAudioDevice::QueryAudioDeviceOutputEvent | David Marcec | 2019-07-01 | 1 | -3/+16 |
* | Revert PR 2590. | Fernando Sahmkow | 2019-06-20 | 1 | -1/+1 |
* | Merge pull request #2590 from lioncash/event | bunnei | 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 |
* | | Cleanup | David Marcec | 2019-06-16 | 1 | -2/+2 |
* | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 2019-06-16 | 1 | -2/+21 |
|/ |
|
* | Merge pull request #2439 from lioncash/audren | Hexagon12 | 2019-05-19 | 2 | -51/+299 |
|\ |
|
| * | service/audren_u: Handle variadic command buffers in GetWorkBufferSize() | Lioncash | 2019-05-01 | 2 | -17/+93 |
| * | service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize() | Lioncash | 2019-05-01 | 2 | -6/+13 |
| * | 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 | 2 | -3/+3 |
* | | service/audctl: Update documentation comments to be relative to 8.0.0 | Lioncash | 2019-04-28 | 1 | -2/+2 |
|/ |
|
* | service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() | Lioncash | 2019-04-18 | 2 | -2/+32 |
* | service: Update service function tables | Lioncash | 2019-04-11 | 2 | -1/+5 |
* | Merge pull request #2334 from lioncash/override | bunnei | 2019-04-06 | 2 | -8/+0 |
|\ |
|
| * | core: Add missing override specifiers where applicable | Lioncash | 2019-04-04 | 2 | -8/+0 |
* | | hle/service: Resolve unused variable warnings | Lioncash | 2019-04-04 | 2 | -11/+6 |
|/ |
|
* | hwopus: Leverage multistream API for decoding regular Opus packets | Lioncash | 2019-03-11 | 1 | -34/+48 |
* | Merge pull request #2207 from lioncash/hwopus | bunnei | 2019-03-10 | 1 | -69/+107 |
|\ |
|
| * | service/audio/hwopus: Move decoder state to its own class | Lioncash | 2019-03-07 | 1 | -50/+85 |
| * | service/audio/hwopus: Provide a name for the second word of OpusPacketHeader | Lioncash | 2019-03-07 | 1 | -2/+4 |
| * | service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager | Lioncash | 2019-03-07 | 1 | -17/+17 |
| * | service/audio/hwopus: Enclose internals in an anonymous namespace | Lioncash | 2019-03-07 | 1 | -2/+3 |
* | | service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing | Lioncash | 2019-03-07 | 1 | -1/+3 |
|/ |
|
* | hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl() | Lioncash | 2019-03-06 | 1 | -0/+1 |
* | hle/service/audio: Extract audio error codes to a header | Lioncash | 2019-03-05 | 3 | -10/+20 |
* | 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 | 2 | -7/+20 |
|/ |
|
* | 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 | 2 | -9/+10 |
* | Merge pull request #2073 from lioncash/opus | bunnei | 2019-02-01 | 1 | -42/+75 |
|\ |
|
| * | hwopus: Implement DecodeInterleaved | Lioncash | 2019-01-30 | 1 | -4/+35 |
| * | hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOld | Lioncash | 2019-01-30 | 1 | -19/+14 |
| * | hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64* | Lioncash | 2019-01-30 | 1 | -9/+6 |
| * | hwopus: Mark local variables as const where applicable | Lioncash | 2019-01-30 | 1 | -8/+16 |
| * | hwopus: Fill in the rest of the unknown service function names | Lioncash | 2019-01-30 | 1 | -9/+11 |
* | | service/audio: Update function tables | Lioncash | 2019-01-30 | 4 | -8/+23 |
|/ |
|
* | Merge pull request #1803 from DarkLordZach/k-able-event | bunnei | 2018-12-03 | 2 | -19/+24 |
|\ |
|
| * | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 2018-11-29 | 2 | -23/+18 |
| * | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 2 | -14/+24 |
* | | service/audio/audout_u: Amend constructor initialization list order | Lioncash | 2018-12-02 | 1 | -2/+2 |
|/ |
|
* | Fixed hwopus compile error | David Marcec | 2018-11-26 | 1 | -1/+1 |
* | Improved error messages in AM, HwOpus and NvMap | David Marcec | 2018-11-26 | 1 | -8/+16 |
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 3 | -30/+60 |
* | audout_u: Add support for multiple IAudioOut streams. | bunnei | 2018-11-22 | 2 | -9/+22 |
* | hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters. | bunnei | 2018-11-17 | 1 | -1/+1 |
* | 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 |
* | Fixed incorrect hwopus assert | David Marcec | 2018-11-02 | 1 | -1/+1 |
* | audio: Update service function tables | Lioncash | 2018-10-19 | 1 | -17/+20 |
* | HwOpus, Implemented DecodeInterleavedWithPerformance | David Marcec | 2018-10-11 | 1 | -3/+34 |
* | 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 | 2 | -4/+4 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -3/+3 |
* | service/audio: Replace includes with forward declarations where applicable | Lioncash | 2018-09-12 | 7 | -17/+34 |
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 24 | -6/+36 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 2 | -4/+8 |
* | audout_u: Correct IAudioOut initializer list order | Lioncash | 2018-08-14 | 1 | -1/+1 |
* | Merge pull request #1035 from ogniK5377/audio-dev-revision-info | bunnei | 2018-08-12 | 2 | -1/+13 |
|\ |
|
| * | GetAudioDeviceServiceWithRevisionInfo | David Marcec | 2018-08-12 | 2 | -1/+13 |
* | | 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 |
|/ |
|
* | Service/Audio: audout_a.cpp: remove pragma once | mailwl | 2018-08-06 | 1 | -2/+0 |
* | Merge pull request #925 from bunnei/audren | bunnei | 2018-08-06 | 4 | -233/+16 |
|\ |
|
| * | audio_core: Implement audren_u audio playback. | bunnei | 2018-08-05 | 2 | -218/+9 |
| * | audio_core: Use s16 where possible for audio samples. | bunnei | 2018-08-05 | 1 | -3/+3 |
| * | audio_core: Port codec code from Citra for ADPCM decoding. | bunnei | 2018-08-05 | 2 | -11/+3 |
| * | audio_core: Streams need unique names for CoreTiming. | bunnei | 2018-08-04 | 1 | -1/+1 |
* | | service: Remove redundant #pragma once directives | Lioncash | 2018-08-04 | 3 | -6/+0 |
|/ |
|
* | Merge pull request #880 from lioncash/audio | bunnei | 2018-08-01 | 13 | -0/+277 |
|\ |
|
| * | service/audio: Add missing services | Lioncash | 2018-08-01 | 13 | -0/+277 |
* | | audout_u: Remove std::move in OpenAudioOutImpl() | Lioncash | 2018-07-31 | 1 | -1/+1 |
|/ |
|
* | audio_core: Move to audout_u impl. | bunnei | 2018-07-31 | 2 | -4/+6 |
* | Implemented various hwopus functions (#853) | David | 2018-07-31 | 2 | -5/+131 |
* | audout: Implement IAudioOut interface with AudioCore. | bunnei | 2018-07-28 | 2 | -93/+114 |
* | core_timing: Split off utility functions into core_timing_util | MerryMage | 2018-07-24 | 2 | -0/+2 |
* | audren_u: Use a std::array instead of std::string for holding the audio interface/device name | Lioncash | 2018-07-20 | 1 | -2/+4 |
* | audout_u: Use a std::array instead of std::string for holding the audio interface name | Lioncash | 2018-07-20 | 1 | -1/+2 |
* | Merge pull request #726 from lioncash/overload | bunnei | 2018-07-20 | 2 | -3/+3 |
|\ |
|
| * | hle_ipc: Introduce generic WriteBuffer overload for multiple container types | Lioncash | 2018-07-19 | 2 | -3/+3 |
* | | 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 |
* | Audout "Auto" functions | David Marcec | 2018-07-12 | 2 | -14/+14 |
* | Update AudioRenderer Voice Sections (#614) | David | 2018-07-03 | 1 | -0/+87 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 3 | -21/+21 |
* | Merge pull request #588 from mailwl/hwopus | bunnei | 2018-06-28 | 3 | -0/+51 |
|\ |
|
| * | Service/Audio: add hwopus service, stub GetWorkBufferSize function | mailwl | 2018-06-25 | 3 | -0/+51 |
* | | 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 | 2 | -34/+21 |
* | Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580) | David | 2018-06-23 | 2 | -44/+76 |
* | Service/Audio: update audren:u service | mailwl | 2018-06-21 | 2 | -49/+60 |
* | 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 | 2 | -2/+88 |
* | Correct audio command numbers & add or rename some functions (#455) | greggameplayer | 2018-05-21 | 5 | -34/+34 |
* | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 2018-04-30 | 2 | -2/+2 |
* | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl | David Marcec | 2018-04-26 | 2 | -21/+21 |
|\ |
|
| * | audio: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -21/+21 |
* | | 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 | 12 | -48/+24 |
* | Decimal change | Hexagon12 | 2018-04-10 | 1 | -4/+4 |
* | Updated CodecCtl with more service names. | Hexagon12 | 2018-04-10 | 1 | -3/+3 |
* | Updated audren with more service names. | Hexagon12 | 2018-04-10 | 1 | -10/+14 |
* | Updated audrec with more service names. | Hexagon12 | 2018-04-10 | 1 | -7/+9 |
* | Updated audout with more service names. | Hexagon12 | 2018-04-10 | 1 | -13/+16 |
* | Updated audin with more service names. | Hexagon12 | 2018-04-10 | 1 | -9/+16 |
* | audren_u: Stub out GetActiveAudioDeviceName. | bunnei | 2018-04-03 | 1 | -1/+13 |
* | audout_u: Implement GetAudioOutState. | bunnei | 2018-04-03 | 1 | -1/+8 |
* | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. | bunnei | 2018-03-30 | 1 | -8/+36 |
* | audren_u: Fix GetAudioDevice. | bunnei | 2018-03-25 | 2 | -7/+48 |
* | CoreTiming: Unschedule the pending events when an Interface is destroyed. | Subv | 2018-03-04 | 2 | -2/+6 |
* | 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 | 2 | -9/+3 |
* | audren_u: Schedule reoccuring event. (#183) | bunnei | 2018-02-14 | 2 | -6/+36 |
* | 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 | 2 | -4/+51 |
* | audout_u: Various cleanups. | bunnei | 2018-01-25 | 1 | -29/+17 |
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 1 | -7/+7 |
* | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 1 | -1/+1 |
* | audout:u OpenAudioOut and IAudioOut (#138) | st4rk | 2018-01-25 | 2 | -14/+166 |
* | Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once | gdkchan | 2018-01-22 | 2 | -1/+15 |
* | Added stubs for audio services. (#116) | st4rk | 2018-01-22 | 11 | -5/+299 |
* | audio: Add files to CMake. | bunnei | 2018-01-15 | 1 | -1/+0 |
* | audio: Stub out AudOutU::ListAudioOuts. | bunnei | 2018-01-15 | 4 | -0/+82 |