Revision 160
Added by markw about 11 years ago
main_real.c | ||
---|---|---|
|
||
// TODO...
|
||
|
||
if (SimpleFile_OK == dir_init((void *)DIR_INIT_MEM, 65536))
|
||
if (SimpleFile_OK == dir_init((void *)DIR_INIT_MEM, DIR_INIT_MEMSIZE))
|
||
{
|
||
// printf("DIR init ok\n");
|
||
init_drive_emulator();
|
Also available in: Unified diff
Allow more memory for directories