mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
build, odbeta and opendingux cleanup
This commit is contained in:
parent
85174a6d8d
commit
58fc34b1d6
14 changed files with 185 additions and 78 deletions
|
@ -20,6 +20,11 @@ static unsigned short screen_buff[320 * 240];
|
|||
const char *renderer_names[] = { NULL };
|
||||
const char *renderer_names32x[] = { NULL };
|
||||
|
||||
int plat_parse_arg(int argc, char *argv[], int *x)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void plat_init(void)
|
||||
{
|
||||
g_screen_ptr = (void *)screen_buff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue