mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
sdl: Fixes for the SDL apps, so they support building simulator on Windows
Change-Id: I277d391482a80e5bf9dd8049cd3b78c5cae7205e
This commit is contained in:
parent
349e111c81
commit
722ddcf6ba
6 changed files with 15 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ void setGameDir(char* gameDir);
|
|||
|
||||
int32_t TCkopen4load(const char *filename, int32_t readfromGRP);
|
||||
|
||||
#define filelength rb_filelength
|
||||
int32_t filelength(int32_t fd);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue