mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
AUDIO: (Paula) - fix typo
This commit is contained in:
parent
24bc52c277
commit
ccb2dab9d0
@ -43,7 +43,7 @@ public:
|
||||
kPalCiaClock = kPalSystemClock / 10,
|
||||
kNtscCiaClock = kNtscSystemClock / 10,
|
||||
kPalPaulaClock = kPalSystemClock / 2,
|
||||
kNtscPauleClock = kNtscSystemClock / 2
|
||||
kNtscPaulaClock = kNtscSystemClock / 2
|
||||
};
|
||||
|
||||
/* TODO: Document this */
|
||||
|
Loading…
Reference in New Issue
Block a user