mirror of
https://github.com/wiiu-env/libmappedmemory.git
synced 2026-03-21 17:24:35 -05:00
Fixed library name in README.
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
ce57eb5fca
commit
aad6cb8417
|
|
@ -1,6 +1,6 @@
|
|||
[](https://github.com/wiiu-env/libmappedmemory/actions/workflows/push_image.yml)
|
||||
|
||||
# libmemorymapping
|
||||
# libmappedmemory
|
||||
Requires the [MemoryMappingModule](https://github.com/wiiu-env/MemoryMappingModule) to be running via [WUMSLoader](https://github.com/wiiu-env/WUMSLoader).
|
||||
Requires [wut](https://github.com/devkitPro/wut) for building.
|
||||
Install via `make install`.
|
||||
|
|
@ -33,4 +33,4 @@ It's highly recommended to pin the version to the **latest date** instead of usi
|
|||
|
||||
## Format the code via docker
|
||||
|
||||
`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include -i`
|
||||
`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include -i`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user