mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2024-11-06 00:15:09 +01:00
Fix config menu and use latest WUPS version
This commit is contained in:
parent
c6e247c5cb
commit
aa3c5db46b
@ -1,6 +1,6 @@
|
|||||||
FROM ghcr.io/wiiu-env/devkitppc:20231112
|
FROM ghcr.io/wiiu-env/devkitppc:20231112
|
||||||
|
|
||||||
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:0.8.0-dev-20240223-46f4cf6 /artifacts $DEVKITPRO
|
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:0.8.0-dev-20240302-3b5cc2f /artifacts $DEVKITPRO
|
||||||
COPY --from=ghcr.io/wiiu-env/libmappedmemory:20230621 /artifacts $DEVKITPRO
|
COPY --from=ghcr.io/wiiu-env/libmappedmemory:20230621 /artifacts $DEVKITPRO
|
||||||
COPY --from=ghcr.io/wiiu-env/libnotifications:20230621 /artifacts $DEVKITPRO
|
COPY --from=ghcr.io/wiiu-env/libnotifications:20230621 /artifacts $DEVKITPRO
|
||||||
|
|
||||||
|
@ -206,9 +206,9 @@ WUPSConfigAPICallbackStatus ConfigMenuOpenedCallback(WUPSConfigCategoryHandle ro
|
|||||||
possibleFormatValues,
|
possibleFormatValues,
|
||||||
&multipleValueItemCallback));
|
&multipleValueItemCallback));
|
||||||
|
|
||||||
root.add(WUPSConfigItemIntegerRange::Create(FORMAT_CONFIG_STRING,
|
root.add(WUPSConfigItemIntegerRange::Create(QUALITY_CONFIG_STRING,
|
||||||
"JPEG quality",
|
"JPEG quality",
|
||||||
FORMAT_CONFIG_DEFAULT, gQuality,
|
QUALITY_CONFIG_DEFAULT, gQuality,
|
||||||
10, 100,
|
10, 100,
|
||||||
&integerRangeItemCallback));
|
&integerRangeItemCallback));
|
||||||
root.add(WUPSConfigItemBoolean::Create(RESERVED_BIT_USAGE_CONFIG_STRING,
|
root.add(WUPSConfigItemBoolean::Create(RESERVED_BIT_USAGE_CONFIG_STRING,
|
||||||
|
Loading…
Reference in New Issue
Block a user