Implement default VMM directory
This commit is contained in:
@@ -901,6 +901,14 @@ plat_get_temp_dir(char *outbuf, uint8_t len)
|
||||
path_slash(outbuf);
|
||||
}
|
||||
|
||||
void
|
||||
plat_get_vmm_dir(char *outbuf, const size_t len)
|
||||
{
|
||||
// Return empty string. SDL 86Box does not have a VM manager
|
||||
if (len > 0)
|
||||
outbuf[0] = 0;
|
||||
}
|
||||
|
||||
bool
|
||||
process_media_commands_3(uint8_t *id, char *fn, uint8_t *wp, int cmdargc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user