mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
further unification and refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@710 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2275c67607
commit
f2cf84723f
14 changed files with 194 additions and 358 deletions
|
@ -13,7 +13,7 @@ const char * const keyNames[] = {
|
|||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||
};
|
||||
|
||||
int emu_getMainDir(char *dst, int len)
|
||||
int plat_get_root_dir(char *dst, int len)
|
||||
{
|
||||
strcpy(dst, "D:\\other\\PicoDrive\\");
|
||||
return strlen(dst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue