mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 15:31:41 +00:00
increase bios path length
This commit is contained in:
parent
1dcbee91ba
commit
1062cec90c
2
bios.h
2
bios.h
@ -8,7 +8,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BIOS_MAXFILES 10 // number of files in a page of listing
|
#define BIOS_MAXFILES 10 // number of files in a page of listing
|
||||||
#define BIOS_MAXPATH 40 // maximum length of a single filename that we'll support
|
#define BIOS_MAXPATH 60 // maximum length of a single filename that we'll support
|
||||||
|
|
||||||
class BIOS {
|
class BIOS {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user