mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 12:27:51 +00:00
Rework ADSP into a wrapper for apps
This commit is contained in:
parent
f6879dce96
commit
de326e42bb
173 changed files with 1059 additions and 1265 deletions
|
@ -16,7 +16,7 @@ namespace Sink {
|
|||
class Sink;
|
||||
}
|
||||
|
||||
namespace AudioRenderer {
|
||||
namespace Renderer {
|
||||
/**
|
||||
* An interface to an output audio device available to the Switch.
|
||||
*/
|
||||
|
@ -76,5 +76,5 @@ private:
|
|||
const u32 user_revision;
|
||||
};
|
||||
|
||||
} // namespace AudioRenderer
|
||||
} // namespace Renderer
|
||||
} // namespace AudioCore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue