New pages
Jump to navigation
Jump to search
11 September 2025
- 09:5209:52, 11 September 2025 Nn aoc.rpl (hist | edit) [2,699 bytes] Spletz (talk | contribs) (Created aoc.rpl page. TODO: more macros (?), more function prototypes and descriptions)
10 September 2025
- 05:4205:42, 10 September 2025 Nn hpad.rpl (hist | edit) [8,834 bytes] Spletz (talk | contribs) (Created hpad.rpl page. TODO: HPADError)
9 September 2025
- 09:4909:49, 9 September 2025 Mic.rpl (hist | edit) [2,178 bytes] Spletz (talk | contribs) (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...")
3 September 2025
- 05:5605:56, 3 September 2025 Camera.rpl (hist | edit) [4,252 bytes] Spletz (talk | contribs) (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...")
31 August 2025
- 23:2523:25, 31 August 2025 Guide to Access Wii U eShop From PC/Browser (hist | edit) [17,351 bytes] TheWiiArchivist (talk | contribs) (Simple tutorial, originally written in gdocs but moved to here. This is my first article so its pretty basic and may be a little wonky since i designed this on the mediawiki sandbox, the design isn't the best & not all browsers have been tested yet, Feel free to contribute!)
14 August 2025
- 23:0423:04, 14 August 2025 Scratch-Wiiu (hist | edit) [422 bytes] Bendabest2010 (talk | contribs) (Created page with "{{Infobox homebrew | title = Scratch Wii U | image = file:Scratch_HBL_icon.png | desc = Loads Scratch Projects from an SD Card | author = NateXS, Grady Link and others | type = loader | version = 0.16 | download = https://github.com/NateXS/Scratch-3DS/Releases | source = https://github.com/NateXS/Scratch-3DS | hbb = yes }} Scratch Wii U is an official port of a custom runtime designed for the 3DS")
20 July 2025
- 04:4704:47, 20 July 2025 /dev/bsp/RTC (hist | edit) [5,266 bytes] Spletz (talk | contribs) (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...")