KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
libADXplay.c File Reference
#include <stdio.h>
#include <kos/dbgio.h>
#include <dc/maple.h>
#include <dc/maple/controller.h>
#include <dc/sound/stream.h>
#include <kos/init.h>
#include <kos.h>
#include <adx/adx.h>
#include <adx/snddrv.h>

Macros

#define CONT_RESUME   0x01
 
#define CONT_PAUSE   0x02
 
#define CONT_RESTART   0x03
 
#define CONT_STOP   0x04
 
#define CONT_VOLUP   0x05
 
#define CONT_VOLDN   0x06
 

Functions

int check_cont ()
 
int main (int argc, const char *argv[])
 

Macro Definition Documentation

◆ CONT_PAUSE

#define CONT_PAUSE   0x02

Referenced by check_cont(), and main().

◆ CONT_RESTART

#define CONT_RESTART   0x03

Referenced by check_cont(), and main().

◆ CONT_RESUME

#define CONT_RESUME   0x01

Referenced by check_cont(), and main().

◆ CONT_STOP

#define CONT_STOP   0x04

Referenced by check_cont(), and main().

◆ CONT_VOLDN

#define CONT_VOLDN   0x06

Referenced by check_cont(), and main().

◆ CONT_VOLUP

#define CONT_VOLUP   0x05

Referenced by check_cont(), and main().

Function Documentation

◆ check_cont()

◆ main()