mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48: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
|
@ -184,6 +184,11 @@ void *plat_mem_get_for_drc(size_t size)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
int plat_parse_arg(int argc, char *argv[], int *x)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void plat_early_init(void)
|
||||
{
|
||||
// just use gettimeofday until plat_init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue