WIIUFB_WIDTH
prop_dictionary_set_uint32(dict, "width", WIIUFB_WIDTH);
sc->sc_disp ? "DRC" : "TV", WIIUFB_WIDTH, WIIUFB_HEIGHT,
x = uimin(sc->sc_cursor.c_pos.x, WIIUFB_WIDTH - 1);
if (nc->c_pos.x >= WIIUFB_WIDTH) {
nc->c_pos.x = WIIUFB_WIDTH - 1;
sc->sc_cursor.c_pos.x = uimin(uimax(pos->x, 0), WIIUFB_WIDTH - 1);
ri->ri_width = WIIUFB_WIDTH;