Lioncash
|
7f506be2ee
hle/service: Resolve unused variable warnings
|
hace 7 años |
Lioncash
|
ad9dbeb44b
hle/service/audio: Extract audio error codes to a header
|
hace 7 años |
bunnei
|
12e74fe801
Merge pull request #2180 from lioncash/audren
|
hace 7 años |
Lioncash
|
84aff56644
service/audio/audren_u: Implement OpenAudioRendererAuto
|
hace 7 años |
Lioncash
|
42dc73157c
service/audio: Provide an implementation of ExecuteAudioRendererRendering
|
hace 7 años |
Lioncash
|
0e1b5acc6a
audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter
|
hace 7 años |
Lioncash
|
bd983414f6
core_timing: Convert core timing into a class
|
hace 7 años |
Lioncash
|
0db8918947
service/audio: Update function tables
|
hace 7 años |
Zach Hilman
|
a342bcc9b1
kernel/event: Reference ReadableEvent from WritableEvent
|
hace 7 años |
Zach Hilman
|
ff610103b5
core: Port all current usages of Event to Readable/WritableEvent
|
hace 7 años |
David Marcec
|
a2cc3b10bb
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
|
hace 7 años |
Lioncash
|
3619b31fc0
service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate
|
hace 7 años |
Lioncash
|
454cf1dc09
hle/audren_u: Implement Get/SetRenderingTimeLimit
|
hace 7 años |
Lioncash
|
a653be3510
audio: Update service function tables
|
hace 7 años |
bunnei
|
fc2419e441
Merge pull request #1394 from lioncash/stream
|
hace 7 años |
Lioncash
|
e42bb5e003
service: Add missing headers inclusions where applicable
|
hace 7 años |
Lioncash
|
2f6a611311
stream: Preserve enum class type in GetState()
|
hace 7 años |
David Marcec
|
c461188f51
Added audren:u#GetAudioRendererState
|
hace 7 años |
David Marcec
|
6a0612f2bf
Removed the use of rp.MakeBuilder
|
hace 7 años |
Lioncash
|
c243bc09d4
service/audio: Replace includes with forward declarations where applicable
|
hace 7 años |
Lioncash
|
6ac955a0b4
hle/service: Default constructors and destructors in the cpp file where applicable
|
hace 7 años |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
hace 8 años |
bunnei
|
4cafc24a4e
Merge pull request #1035 from ogniK5377/audio-dev-revision-info
|
hace 8 años |
David Marcec
|
66f4f86a82
GetAudioDeviceServiceWithRevisionInfo
|
hace 8 años |
David Marcec
|
094f6003e0
Pushed the requested sample rate instead of our fixed sample rate
|
hace 8 años |
David Marcec
|
e5ee0afe6f
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount
|
hace 8 años |
bunnei
|
b46df98e93
audio_core: Implement audren_u audio playback.
|
hace 8 años |
MerryMage
|
44646e2ea0
core_timing: Split off utility functions into core_timing_util
|
hace 8 años |
Lioncash
|
40c9c5a55c
audren_u: Use a std::array instead of std::string for holding the audio interface/device name
|
hace 8 años |
bunnei
|
d3cfaf95c8
Merge pull request #726 from lioncash/overload
|
hace 8 años |