Rework ADSP into a wrapper for apps

This commit is contained in:
Kelebek1
2023-08-31 15:09:15 +01:00
parent 5ce41fa213
commit ebd19dec99
173 changed files with 1059 additions and 1265 deletions

View File

@ -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