Home
last modified time | relevance | path

Searched refs:SI_SetCommand (Results 1 – 4 of 4) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/ogc/
H A Dsi.h77 void SI_SetCommand(s32 chan,u32 cmd);
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/ogc/
H A Dsi.inc78 procedure SI_SetCommand(chan: cint32; cmd: cuint32); cdecl; external;
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dpad.c402 SI_SetCommand(chan,(__pad_analogmode|0x00400000)); in __pad_enable()
617 SI_SetCommand(chan,cmd); in PAD_ControlMotor()
H A Dsi.c498 void SI_SetCommand(s32 chan,u32 cmd) in SI_SetCommand() function