bump usbhsfs git tag to include hack for adaptor mounting. fix applet mode text being draw at wrong offset.
This commit is contained in:
@@ -197,7 +197,7 @@ FetchContent_Declare(zstd
|
|||||||
|
|
||||||
FetchContent_Declare(libusbhsfs
|
FetchContent_Declare(libusbhsfs
|
||||||
GIT_REPOSITORY https://github.com/ITotalJustice/libusbhsfs.git
|
GIT_REPOSITORY https://github.com/ITotalJustice/libusbhsfs.git
|
||||||
GIT_TAG b963156
|
GIT_TAG db2bf2a
|
||||||
)
|
)
|
||||||
|
|
||||||
set(USE_NEW_ZSTD ON)
|
set(USE_NEW_ZSTD ON)
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ void MenuBase::Draw(NVGcontext* vg, Theme* theme) {
|
|||||||
start_x -= fixed; \
|
start_x -= fixed; \
|
||||||
} else { \
|
} else { \
|
||||||
gfx::textBounds(vg, 0, 0, bounds, __VA_ARGS__); \
|
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);
|
draw(ThemeEntryID_TEXT, 83, "%u\uFE6A", pdata.battery_percetange);
|
||||||
|
|||||||
Reference in New Issue
Block a user