In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "SDK"

From WiiBrew
Jump to navigation Jump to search
(mentioned revolution OS)
(Removed some nand boot program stuff)
Line 1: Line 1:
 
{{about|the official SDK by Nintendo|the library used by homebrew|libogc}}
 
{{about|the official SDK by Nintendo|the library used by homebrew|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.
+
The '''SDK''' (internally known as '''RVL_SDK''') is a set of libraries linked with 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.
 
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.
 
A major component of the SDK is [[Revolution OS]]; this part always present, and it is responsible for loading [[REL]] files.

Revision as of 08:38, 27 December 2021

The SDK (internally known as RVL_SDK) is a set of libraries linked with 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.