mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Update nesemu1.cc
This commit is contained in:
parent
28316891e9
commit
1233bc30c3
1 changed files with 1 additions and 1 deletions
|
@ -1842,7 +1842,7 @@ int SelectGameFromZip(void) {
|
|||
rc = 0;
|
||||
if ((line = GetLine())) {
|
||||
i = MAX(0, MIN(zipgames_.i - 1, atoi(line)));
|
||||
uri = xasprintf("zip:%s", zipgames_.p[i]);
|
||||
uri = xasprintf("%s", zipgames_.p[i]);
|
||||
rc = PlayGame(uri, NULL);
|
||||
free(uri);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue