Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of WiiUBrew. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:12, 12 January 2026 Spletz talk contribs created page /dev/dlp (Created page with "'''/dev/dlp''' is the IOSU device node for 3DS download play hosting. It was likely introduced in SDK version 2.11.0, or at least sometime between versions 2.10.12 (system version 4.1.0) and 2.11.06, possibly coinciding with the late-stage development of Super Smash Bros. for Nintendo 3DS and Wii U. It is used by the Cafe library nn_dlp.rpl but was never utilised. == List of functions (Ioctlv) == All functions listed are under the namespace <code>nn::dlp::Cafe::Ser...")
- 05:19, 31 December 2025 Spletz talk contribs created page /dev/bsp/DISPLAY (Created page with "/bsp/DISPLAY provides a minimalist interface for the display controller. It is only utilised by the MCP recovery menu. == Attributes == === DC_INIT === '''Permissions''': <code>BSP_PERMISSIONS_IOS_SUPV_WRITE</code> {| class="wikitable" ! Method ! Data Size ! Values ! Description |- | Write | 0x4 | 0, 1 | Initialises one of two available display controllers depending on the input value. |} === DC_CONFIG === '''Permissions''': <code>BSP_PERMISSIONS_IOS_SUPV_READ</code...")
- 03:53, 31 December 2025 Spletz talk contribs created page /dev/bsp/EE (Created page with "/bsp/EE is the BSP entity that handles the EEPROM. == Attributes == === access === Only available if control has been initialised and access is enabled. IOSU utilises the <code>access</code> attribute to read and write to the EEPROM in 2-byte sets. Higher level EEPROM read/write functions consecutively operate on 2-byte sections a provided number of times to interact with larger sections of data. '''Permissions''': <code>BSP_PERMISSIONS_IO...")
- 00:22, 12 November 2025 Spletz talk contribs created page Version data (Created page with description of version.bin file structure)
- 10:01, 15 September 2025 Spletz talk contribs created page Talk:Error display (Created page with "== Title of Page == Title of this page should be renamed to "Error Process". --User:Spletz 17:00, 15 September 2025 (AEDT)")
- 08:52, 11 September 2025 Spletz talk contribs created page Nn aoc.rpl (Created aoc.rpl page. TODO: more macros (?), more function prototypes and descriptions)
- 04:42, 10 September 2025 Spletz talk contribs created page Nn hpad.rpl (Created hpad.rpl page. TODO: HPADError)
- 10:26, 9 September 2025 Spletz talk contribs created page File:Wii U Console and Gamepad.png (White console and GamePad)
- 10:26, 9 September 2025 Spletz talk contribs uploaded File:Wii U Console and Gamepad.png (White console and GamePad)
- 08:49, 9 September 2025 Spletz talk contribs created page Mic.rpl (Created page with "mic.rpl is the library for communicating with the Wii U GamePad microphone. == Functions == {| class="wikitable" ! Name !! Prototype !! Description |- | MICInit || <code>MICHandle MICInit(MICInstance instance, int unused, MICWorkMemory *workMemory, MICError *outError)</code> || Initialises the MIC library. The second parameter is unused and any value is valid. |- | MICOpen || <code>MICError MICOpen(MICHandle handle)</code> || Starts the streaming of audio data from the...")
- 04:56, 3 September 2025 Spletz talk contribs created page Camera.rpl (Created page with "camera.rpl is the library for communication with the Wii U GamePad camera. It provides functions for initialising, getting memory requirements and decoding frames for a surface. = Functions = {| class="wikitable" ! Name !! Prototype !! Description |- | CAMInit || CAMHandle CAMInit(int instance, CAMSetupInfo *setupInfo, CAMError *err) || Initialize the camera |- | CAMExit || void CAMExit(CAMHandle handle) || Deinitialize and clean up |- | CAMOpen || CAMError CAMOpen(C...")
- 06:29, 18 August 2025 Spletz talk contribs created page Talk:NUSspli (Created page with "I feel like this application should not be mentioned on this wiki, for the same reason as Homebrew Discords. I would suggest that it'd be best to get rid of this page—it's not doing anyone any favours. --Spletz (talk) 13:27, 18 August 2025 (AEDT)")
- 03:47, 20 July 2025 Spletz talk contribs created page /dev/bsp/RTC (Created page with "/bsp/RTC is the entity that handles the RTC. Note that data size values for each method need to be double checked. == Attributes == === POFF_EXE === '''Permissions''': <code>BSP_PERMISSIONS_IOS</code> {| class="wikitable" ! Method ! Data Size ! Values ! Description |- | Read | 0x4 | | |- | Write | 0x4 | |- | Init | 0 | | |} === DEVPWR_EN === '''Permissions''': <code>BSP_PERMISSIONS_IOS</code> {| class="wikitable" ! Method ! Data Size ! Values ! Description |- | Read...")
- 09:38, 9 June 2025 Spletz talk contribs created page Talk:Error Codes (Created page with "Todo: Module 199, error code messages (all languages), missing results (if they exist or can be determined, like in wut), missing error codes, helpful images, clean up page, additional info, etc.")
- 09:18, 9 June 2025 Spletz talk contribs created page Error Codes (Created page with "When an error occurs that requires the user to be notified, erreula.rpl or error.rpx will display a pop-up or fatal error notification respectively of an error code in the format 'XXX-XXXX", with the first 3 digits representing the error module and the last 4 discriminating the exact issue. Error codes are generated on either an in-module or in-application basis. Some apps require their own error handling to be implemented by a developer, such as PIA or NEX. Error codes...")
- 02:59, 8 June 2025 Spletz talk contribs created page File:160-0103.jpeg (Example of a fatal system error. Serial number is blurred. TODO: find a better image that isn't a YouTube thumbnail, perhaps one with a mostly visible serial number.)
- 02:59, 8 June 2025 Spletz talk contribs uploaded File:160-0103.jpeg (Example of a fatal system error. Serial number is blurred. TODO: find a better image that isn't a YouTube thumbnail, perhaps one with a mostly visible serial number.)
- 02:40, 8 June 2025 Spletz talk contribs created page File:1600103.jpg (Example of a fatal system error. Serial number is blurred. TODO: find a better image that isn't a YouTube thumbnail.)
- 02:40, 8 June 2025 Spletz talk contribs uploaded File:1600103.jpg (Example of a fatal system error. Serial number is blurred. TODO: find a better image that isn't a YouTube thumbnail.)
- 00:12, 24 October 2024 Spletz talk contribs created page User:Spletz (Created page with "wii u enjoyer")
- 08:56, 11 October 2024 User account Spletz talk contribs was created