mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-26 21:10:25 +00:00
README: Reflect new changes
This commit is contained in:
parent
fa7e3fde54
commit
d6f2159d6f
@ -18,7 +18,7 @@ A simple homebrew file browser that is used for viewing various image formats on
|
||||
- SVG
|
||||
- TGA
|
||||
- TIFF
|
||||
- WEBP
|
||||
- WEBP (animated & non animated)
|
||||
|
||||
# Todo:
|
||||
- Ability to resize images.
|
||||
|
@ -115,7 +115,7 @@ namespace Config {
|
||||
config_version_holder = value.getValue(4).getInteger();
|
||||
|
||||
// Build path with device + cwd
|
||||
std::string path = cfg.device + cfg.cwd;
|
||||
const std::string path = cfg.device + cfg.cwd;
|
||||
|
||||
init.terminate();
|
||||
delete alloc;
|
||||
|
Loading…
Reference in New Issue
Block a user