README: Reflect new changes

This commit is contained in:
Joel16 2022-01-16 12:43:32 -05:00
parent fa7e3fde54
commit d6f2159d6f
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ A simple homebrew file browser that is used for viewing various image formats on
- SVG - SVG
- TGA - TGA
- TIFF - TIFF
- WEBP - WEBP (animated & non animated)
# Todo: # Todo:
- Ability to resize images. - Ability to resize images.

View File

@ -115,7 +115,7 @@ namespace Config {
config_version_holder = value.getValue(4).getInteger(); config_version_holder = value.getValue(4).getInteger();
// Build path with device + cwd // Build path with device + cwd
std::string path = cfg.device + cfg.cwd; const std::string path = cfg.device + cfg.cwd;
init.terminate(); init.terminate();
delete alloc; delete alloc;