Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Fix GetDirectoryFiles description
The comment sais it allows max 256 files, but the MAX_DIRECTORY_FILES define actually is set to 512.
pull/676/head
Michael Vetter
7 vuotta sitten
vanhempi
65b5de962d
commit
b13c9716e4
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.c
+ 1
- 1
src/core.c
Näytä tiedosto
@ -1629,7 +1629,7 @@ const char *GetWorkingDirectory(void)
return
currentDir
;
}
/
/
Get
filenames
in
a
directory
path
(
max
256
files
)
/
/
Get
filenames
in
a
directory
path
(
max
512
files
)
/
/
NOTE
:
Files
count
is
returned
by
parameters
pointer
char
*
*
GetDirectoryFiles
(
const
char
*
dirPath
,
int
*
fileCount
)
{
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna