mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2026-04-19 22:47:13 -05:00
Update README.md
This commit is contained in:
parent
d8ce4bc7e6
commit
4377777007
|
|
@ -4,7 +4,7 @@
|
||||||
1. Copy the file `MemoryMappingModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`.
|
1. Copy the file `MemoryMappingModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`.
|
||||||
2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`.
|
2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`.
|
||||||
|
|
||||||
## Buildflags
|
## Build flags
|
||||||
|
|
||||||
### Logging
|
### Logging
|
||||||
Building via `make` only logs errors (via OSReport). To enable logging via the [LoggingModule](https://github.com/wiiu-env/LoggingModule) set `DEBUG` to `1` or `VERBOSE`.
|
Building via `make` only logs errors (via OSReport). To enable logging via the [LoggingModule](https://github.com/wiiu-env/LoggingModule) set `DEBUG` to `1` or `VERBOSE`.
|
||||||
|
|
@ -29,4 +29,4 @@ docker run -it --rm -v ${PWD}:/project memorymappingmodule-builder make clean
|
||||||
```
|
```
|
||||||
|
|
||||||
## Format the code via docker
|
## Format the code via docker
|
||||||
`docker run --rm -it -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i`
|
`docker run --rm -it -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user