1
0
Fork 0
This repository has been archived on 2024-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
supDolphinWS-server/README.md
2023-03-09 17:55:01 +09:00

23 lines
483 B
Markdown

# supDolphinWSServer
A WebSocket server for accessing memory of emulated games in Dolphin.
This tool only runs on Windows currently.
## Prerequisite
- [Dolphin beta/dev version](https://dolphin-emu.org/download/) (stable version is NOT available)
- Python >= 3.8
## Installation/Upgrade
```
pip install -U supDolphinWS-server
```
## Usage
```
python -m supDolphinWS.server
```
Use the following command to see the available options:
```
python -m supDolphinWS.server --help
```