Rework ADSP into a wrapper for apps

This commit is contained in:
Kelebek1
2023-09-04 17:12:16 +01:00
parent 5ce41fa213
commit ebd19dec99
173 changed files with 1058 additions and 1264 deletions
+2 -2
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