feat: jpeg image rendering, desktop backgrounds, fix memory regression

This commit is contained in:
2026-02-27 19:01:07 +01:00
parent f28b850db2
commit e95089192f
19 changed files with 9019 additions and 29 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
namespace Fs::Ramdisk {
static constexpr int MaxFiles = 128;
static constexpr int MaxFiles = 256;
static constexpr int MaxNameLen = 100;
struct FileEntry {