Rename APU to Apu

This commit is contained in:
scawful
2024-04-13 23:25:41 -05:00
parent 89cc0703f1
commit 3effd03f1f
5 changed files with 22 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ class SNES : public DMA {
CPU cpu_{memory_, clock_};
Ppu ppu_{memory_, clock_};
APU apu_{memory_, audio_ram_, clock_};
Apu apu_{memory_, audio_ram_, clock_};
// Helper classes
ROMInfo rom_info_;