mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2026-08-28 19:55:49 -05:00
Moved function_replacement_data_v2_t to a private header. (#33)
* Moved `function_replacement_data_v2_t` to a private header. * Sorted includes. * Sorted includes the way clang likes it. * Updated Dockerfile. --------- Co-authored-by: Daniel K. O. (dkosmari) <none@none>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20240505
|
||||
|
||||
COPY --from=ghcr.io/wiiu-env/libkernel:20230621 /artifacts $DEVKITPRO
|
||||
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20230621 /artifacts $DEVKITPRO
|
||||
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20241012-5173f86 /artifacts $DEVKITPRO
|
||||
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20240424 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR project
|
||||
|
||||
Reference in New Issue
Block a user