wut/include
Cynthia Coan 6b29dd6ee2
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
Add OSGetConsoleType, and MCP_GetSystemMode (#441)
* add OSGetConsoleType, and MCP_GetSystemMode

this adds in two functions that were an exported symbol in the system
libraries, but not included in any headers. these are useful for doing
two things:

- determine what kind of console you're running on (for users who want
  to know if they're running a CAT-DEV, CAT-R, Kiosk Unit, Retail
  Wii-U's, etc.)
- determine if the wii-u is currently running in production/development
  mode. this shouldn't be too useful for many users, as not too much
  changes besides certain extra libraries/etc. are loaded in memory.
  however, users may want to lock things behind development mode as dev
  mode can only be normally enabled when there's extra memory.

* add new comment to mask
2026-03-27 02:17:08 +01:00
..
arpa Network socket changes (#136) 2021-03-07 13:09:12 +01:00
avm Run clang-format 2025-06-05 11:06:04 +01:00
camera Run clang-format 2025-06-05 11:06:04 +01:00
coreinit Add OSGetConsoleType, and MCP_GetSystemMode (#441) 2026-03-27 02:17:08 +01:00
dmae Fix formatting. 2020-05-07 15:29:59 +01:00
erreula Run clang-format 2025-06-05 11:06:04 +01:00
gx2 Run clang-format 2025-06-05 11:06:04 +01:00
gx2r Run clang-format 2025-06-05 11:06:04 +01:00
h264 Include wut.h in h264/stream.h (#432) 2025-12-28 17:16:39 +01:00
mic Run clang-format 2025-06-05 11:06:04 +01:00
netinet Run clang-format 2025-06-05 11:06:04 +01:00
nfc Run clang-format 2025-06-05 11:06:04 +01:00
nn Added field to control swkbd keyboard layout. (#429) 2025-11-01 14:30:01 +01:00
nsysccr Run clang-format 2025-06-05 11:06:04 +01:00
nsyshid Run clang-format 2025-06-05 11:06:04 +01:00
nsyskbd Run clang-format 2025-06-05 11:06:04 +01:00
nsysnet Run clang-format 2025-06-05 11:06:04 +01:00
nsysuhs Run clang-format 2025-06-05 11:06:04 +01:00
ntag Run clang-format 2025-06-05 11:06:04 +01:00
padscore Add declarations for some Wiimote audio stuff, +documentation (#433) 2026-01-25 13:12:47 +01:00
proc_ui procui: Fix ProcUIInForeground and ProcUIIsRunning comments (#330) 2023-10-18 01:08:39 +02:00
sndcore2 Add declarations for some Wiimote audio stuff, +documentation (#433) 2026-01-25 13:12:47 +01:00
swkbd Run clang-format 2025-06-05 11:06:04 +01:00
sys wutsocket fixes: select() handles timeout wrong, and poll() lacks a safety check (#428) 2025-10-10 20:27:42 +02:00
sysapp Run clang-format 2025-06-05 11:06:04 +01:00
tve Run clang-format 2025-06-05 11:06:04 +01:00
vpad Run clang-format 2025-06-05 11:06:04 +01:00
vpadbase Run clang-format 2025-06-05 11:06:04 +01:00
netdb.h Run clang-format 2025-06-05 11:06:04 +01:00
poll.h Run clang-format 2025-06-05 11:06:04 +01:00
wut_rplwrap.h coreinit: Use rplwrap for exit (__rplwrap_exit) 2019-04-22 12:43:37 +10:00
wut_structsize.h Run clang-format 2025-06-05 11:06:04 +01:00
wut_types.h Run clang-format 2025-06-05 11:06:04 +01:00
wut.h Run clang-format 2025-06-05 11:06:04 +01:00