Commit Graph

17 Commits

Author SHA1 Message Date
Joel16
782b5b5f88 config: Add option to disable loading extended font set to speed up boot process 2022-08-06 23:39:40 -04:00
Joel16
1107e604b3 fs: Refactor FS to use libc and add support for browsing USB devices via libusbhsfs 2022-08-06 11:33:30 -04:00
Joel16
1b1105b5bd config: Explicitly use std namespace 2022-08-04 00:00:18 -04:00
Joel16
ee42d0234c fs: Remove cwd from config and clean up fs/config code 2022-08-02 15:20:26 -04:00
Joel16
d8b1be755c headers: Rename *.h to *.hpp and use #pragma once 2022-08-01 12:01:10 -04:00
Joel16
4193650a57 fs: Reimplement sort functionality using imGui's table sort specs 2021-09-17 22:01:10 -04:00
Joel16
e6e82836bc NX-Shell(Deko3D): Initial commit 2021-09-12 17:08:02 -04:00
Joel16
0b7270016b lang: Allow user to select language under settings 2020-10-25 17:40:24 -04:00
Joel16
1bddd7529b lang: Initial localization impl (WIP) 2020-10-25 14:35:16 -04:00
Joel16
580b6d151a fs: Remove FS::WriteFile function and use it in Config::Save directly 2020-09-20 21:24:37 -04:00
Joel16
73c8348980 textreader: Initial implementation of a text reader for reading logs/configs (eventually leading to an editor) 2020-09-06 12:07:28 -04:00
Joel16
97d7424e95 settings: Implement toggle for enabling logs (Developer Options -> Enable logs) 2020-08-31 20:27:09 -04:00
Joel16
e583a1accf settings: Add option to toggle filename display when viewing images 2020-08-31 14:37:50 -04:00
Joel16
9d38f0ca12 utils: Consistency changes 2020-08-31 14:15:46 -04:00
Joel16
de21d4864a fs: No need to close handles if fsFsOpenFile failed 2020-08-30 12:12:34 -04:00
Joel16
66ef5eeaf5 Make use of c++ type casting and don't pass nullptrs to char arrays 2020-08-10 22:02:11 -04:00
Joel16
c0a6c47af9 Initial commit (next) 2020-08-03 18:10:06 -04:00