|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <stdio.h>#include <stdint.h>#include <stdlib.h>#include <stdatomic.h>#include <kos/init.h>#include <dc/maple.h>#include <dc/maple/controller.h>#include <dc/maple/vmu.h>#include <plx/font.h>Macros | |
| #define | VMU_DEFAULT_EFFECT 0x000065F0 |
| #define | VMU_STOP_EFFECT 0x00000000 |
Functions | |
| static void | on_reset (uint8_t addr, uint32_t btns) |
| int | main (int argc, char *argv[]) |
Variables | |
| static atomic_bool | quit = false |
| #define VMU_DEFAULT_EFFECT 0x000065F0 |
Referenced by main().
| #define VMU_STOP_EFFECT 0x00000000 |
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] ) |
References cont_state_t::buttons, CONT_A, CONT_B, cont_btn_callback(), CONT_DPAD_DOWN, CONT_DPAD_LEFT, CONT_DPAD_RIGHT, CONT_DPAD_UP, CONT_RESET_BUTTONS, cxt, maple_dev_status(), maple_enum_type(), MAPLE_FUNC_CLOCK, MAPLE_FUNC_CONTROLLER, NULL, on_reset(), printf, pvr_init_defaults(), pvr_list_begin(), PVR_LIST_OP_POLY, PVR_LIST_TR_POLY, pvr_scene_begin(), pvr_scene_finish(), pvr_set_bg_color(), pvr_wait_ready(), quit, s, uint32_t(), vmu_beep_raw(), VMU_DEFAULT_EFFECT, VMU_STOP_EFFECT, vector_t::x, vector_t::y, and vector_t::z.
|
static |
Referenced by main(), and on_reset().