index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
audio
/
audout_u.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-02
hle: service: audio: Create a service thread where appropriate.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-06-22
Implement audout GetAudioOutPlayedSampleCount
Kelebek1
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-04-08
audout_u: Use proper names
german77
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-24
audout: FlushAudioOutBuffers
Chloe Marcec
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-12-28
hle: service: Acquire and release a lock on requests.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-03
yuzu: Resolve C++20 deprecation warnings related to lambda captures
Lioncash
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-10-04
audio/audout_u: Change formatting for old clang-format versions
ReinUsesLisp
2019-10-04
service/audio: Silence -Wunused
ReinUsesLisp
2019-07-19
service/audio: Remove global system accessors
Lioncash
2019-06-16
Cleanup
David Marcec
2019-06-16
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-03-07
service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i...
Lioncash
2019-03-06
hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...
Lioncash
2019-03-05
hle/service/audio: Extract audio error codes to a header
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2018-12-03
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-12-01
service/audio/audout_u: Amend constructor initialization list order
Lioncash
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-22
audout_u: Add support for multiple IAudioOut streams.
bunnei
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-13
audout_u: Correct IAudioOut initializer list order
Lioncash
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
[next]