bump usbhsfs git tag to include hack for adaptor mounting. fix applet mode text being draw at wrong offset.

This commit is contained in:
ITotalJustice
2025-05-27 00:55:26 +01:00
parent 4b25b2c5eb
commit fb2272546a
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ FetchContent_Declare(zstd
FetchContent_Declare(libusbhsfs
GIT_REPOSITORY https://github.com/ITotalJustice/libusbhsfs.git
GIT_TAG b963156
GIT_TAG db2bf2a
)
set(USE_NEW_ZSTD ON)

View File

@@ -74,7 +74,7 @@ void MenuBase::Draw(NVGcontext* vg, Theme* theme) {
start_x -= fixed; \
} else { \
gfx::textBounds(vg, 0, 0, bounds, __VA_ARGS__); \
start_x -= spacing - (bounds[2] - bounds[0]); \
start_x -= spacing + (bounds[2] - bounds[0]); \
}
draw(ThemeEntryID_TEXT, 83, "%u\uFE6A", pdata.battery_percetange);