JANITORIAL: Rename additional RTL references and comments

This commit is contained in:
mataniko 2020-05-11 08:54:39 -04:00 committed by Eugene Sandulenko
parent 321a02aff2
commit 2f5eb14d4b
8 changed files with 11 additions and 10 deletions

View file

@ -163,7 +163,7 @@ void DefaultTimerManager::removeTimerProc(TimerProc callback) {
// callbacks.
//
// Another issues occurs when one plays a game with ALSA as music driver,
// does RTL and starts a different engine game with ALSA as music driver.
// returns to launcher and starts a different engine game with ALSA as music driver.
// In this case the MPU401 code will add different timer procs with the
// same name, resulting in two different callbacks added with the same
// name and causing installTimerProc to error out.