[App] Update title to show apu and remove vulkan incomplete warning

This commit is contained in:
Herman S.
2025-09-29 17:42:11 +09:00
parent fade0cd889
commit 3e3aee1ef2
8 changed files with 24 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ class AudioSystem {
virtual ~AudioSystem();
virtual std::string name() const = 0;
Memory* memory() const { return memory_; }
cpu::Processor* processor() const { return processor_; }
XmaDecoder* xma_decoder() const { return xma_decoder_.get(); }