mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-04-25 07:36:49 -05:00
Update README.md
This commit is contained in:
parent
9275d98e47
commit
c9a7c90b4d
10
README.md
10
README.md
|
|
@ -1,7 +1,7 @@
|
|||
[](https://github.com/wiiu-env/WiiUPluginLoaderBackend/actions/workflows/ci.yml)
|
||||
[](https://github.com/wiiu-env/WiiUPluginLoaderBackend/actions/workflows/ci.yml)
|
||||
|
||||
# Wii U Plugin Loader Backend
|
||||
This is the backend for the [WiiUPluginSystem](https://github.com/wiiu-env/WiiUPluginSystem). Check out the readme for more information about the Plugin System.
|
||||
This is the backend for the [WiiUPluginSystem](https://github.com/wiiu-env/WiiUPluginSystem). Check out the README for more information about the plugin system.
|
||||
|
||||
## Usage
|
||||
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
|
||||
|
|
@ -35,7 +35,7 @@ DEVKITPPC=/opt/devkitpro/devkitPPC
|
|||
|
||||
Also make sure to install [wut](https://github.com/decaf-emu/wut), [WiiUPluginSystem](https://github.com/wiiu-env/WiiUPluginSystem), [WiiUModuleSystem](https://github.com/wiiu-env/WiiUModuleSystem), [libfunctionpatcher](https://github.com/wiiu-env/libfunctionpatcher), [libnotifications](https://github.com/wiiu-env/libnotifications) and [libmappedmemory](https://github.com/wiiu-env/libmappedmemory).
|
||||
|
||||
## Buildflags
|
||||
## Build flags
|
||||
|
||||
### 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`.
|
||||
|
|
@ -61,11 +61,11 @@ docker run -it --rm -v ${PWD}:/project wiiupluginloaderbackend-builder make
|
|||
docker run -it --rm -v ${PWD}:/project wiiupluginloaderbackend-builder make clean
|
||||
```
|
||||
|
||||
## Format the code via docker
|
||||
## Format the code via Docker
|
||||
|
||||
`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio --exclude ./source/utils/json.hpp -i`
|
||||
|
||||
# Credits
|
||||
- Maschell
|
||||
- orboditilt
|
||||
- https://github.com/serge1/ELFIO
|
||||
- https://github.com/serge1/ELFIO
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user