New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects

16 November 2025

12 November 2025

29 September 2025

22 September 2025

11 September 2025

10 September 2025

9 September 2025

  • 08:4908: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

  • 04:5604: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...")