forked from len0rd/rockbox
Keep track of the number of opened files in the sim to enforce the same limit as on target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f22e323e63
commit
ef9abe4385
3 changed files with 32 additions and 6 deletions
|
@ -209,7 +209,7 @@ static const struct plugin_api rockbox_api = {
|
|||
|
||||
/* file */
|
||||
(open_func)PREFIX(open),
|
||||
close,
|
||||
PREFIX(close),
|
||||
(read_func)PREFIX(read),
|
||||
PREFIX(lseek),
|
||||
(creat_func)PREFIX(creat),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue