KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
ghettoplay.c File Reference
#include <oggvorbis/sndoggvorbis.h>
#include <stdio.h>
#include "gp.h"
#include "vmu_ghetto.h"
#include "vmu_play.h"
#include "vmu_ghettoplay.h"

Functions

int check_start (void)
 
void mouse_render (void)
 
void vmu_lcd_update (void)
 
int main (int argc, char **argv)
 

Variables

long bitrate
 
static int mx = 320
 
static int my = 240
 
static int lmx [5] = {320, 320, 320, 320, 320}
 
static int lmy [5] = {240, 240, 240, 240, 240}
 
static int cycle = 0
 
static int phase = 1
 

Function Documentation

◆ check_start()

int check_start ( void )

◆ main()

◆ mouse_render()

void mouse_render ( void )

◆ vmu_lcd_update()

void vmu_lcd_update ( void )

Variable Documentation

◆ bitrate

long bitrate

Referenced by main().

◆ cycle

int cycle = 0
static

Referenced by vmu_lcd_update().

◆ lmx

int lmx[5] = {320, 320, 320, 320, 320}
static

Referenced by mouse_render().

◆ lmy

int lmy[5] = {240, 240, 240, 240, 240}
static

Referenced by mouse_render().

◆ mx

int mx = 320
static

Referenced by mouse_render().

◆ my

int my = 240
static

Referenced by mouse_render().

◆ phase

int phase = 1
static

Referenced by vmu_lcd_update().