Skip to content

Commit

Permalink
HostFS: major update: case-insensitive access and wildcards, ISO <-> …
Browse files Browse the repository at this point in the history
…UTF-8 translation for filenames (#132)

* HostFS: major update: case-insensitive access and wildcards, ISO <-> UTF-8 translation for filenames

* remove this ugly check

* fix static declarations

* minor bug causing ? wildcards not to work in filenames with utf-8
  • Loading branch information
mooinglemur authored Jul 15, 2023
1 parent 3bafd89 commit eced863
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 227 deletions.
4 changes: 2 additions & 2 deletions src/glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ extern bool save_on_exit;
extern bool disable_emu_cmd_keys;
extern gif_recorder_state_t record_gif;
extern char *gif_path;
extern char *fsroot_path;
extern char *startin_path;
extern uint8_t *fsroot_path;
extern uint8_t *startin_path;
extern uint8_t keymap;
extern bool warp_mode;
extern bool testbench;
Expand Down
Loading

0 comments on commit eced863

Please sign in to comment.