mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 17:52:01 -05:00
An a fix to that.
This commit is contained in:
parent
833971d8e3
commit
3644329bb6
1 changed files with 2 additions and 1 deletions
|
@ -562,7 +562,8 @@ usage:
|
|||
if (vmrp && (path2[0] == '\0')) {
|
||||
strcpy(path2, usr_path);
|
||||
plat_path_slash(path2);
|
||||
strcat(path2, "roms/");
|
||||
strcat(path2, "roms");
|
||||
plat_path_slash(path2);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue