Difference between revisions of "SDK"
Jump to navigation
Jump to search
Hallowizer (talk | contribs) (Replaced with old description) Tag: Removed redirect |
Hallowizer (talk | contribs) (mentioned revolution OS) |
||
Line 3: | Line 3: | ||
SDK versions generally correspond to major IOS versions, however, this is not an exact correspondence; one notable example is the SDK version used in Red Steel, which has a HOME Menu with different sounds. | SDK versions generally correspond to major IOS versions, however, this is not an exact correspondence; one notable example is the SDK version used in Red Steel, which has a HOME Menu with different sounds. | ||
+ | |||
+ | A major component of the SDK is [[Revolution OS]]; this part always present, and it is responsible for loading [[REL]] files. |
Revision as of 05:16, 20 December 2021
This article is about the official SDK by Nintendo. For the library used by homebrew, see libogc.
The SDK (internally known as RVL_SDK) is a content found in every official Broadway title, containing general functions, and implementing an OS. It is responsible for sending calls to IOS, and is responsible for other features such as the HOME Menu and Bluetooth/Wiimote code. Because of the Wii's architecture, it is impossible for Nintendo to update the SDK in every title, although it may be possible with homebrew.
SDK versions generally correspond to major IOS versions, however, this is not an exact correspondence; one notable example is the SDK version used in Red Steel, which has a HOME Menu with different sounds.
A major component of the SDK is Revolution OS; this part always present, and it is responsible for loading REL files.