Changes

358 bytes added ,  07:08, 13 July 2022
the bug is because libogc only attempts to initialize ES/STM once, before the RMs were ready
Line 14: Line 14:     
This [[IOS]] only has one LED pattern: blinking.
 
This [[IOS]] only has one LED pattern: blinking.
 +
 +
[[libogc]] behaves weirdly with this IOS because it takes longer to initialize, so [[ES]] and [[STM]] are not ready to be initialized at the time libogc attempts to open the devices. As a result, when reloading to this IOS, it is necessary to repeatedly call <code>__IOS_InitializeSubsystems</code> after reloading to IOS9 until there is no error returned.
    
== Titles using this IOS ==
 
== Titles using this IOS ==
5,579

edits