2022-06-25 03:22:49 +09:00
|
|
|
# Change Log
|
2022-06-26 11:05:26 +09:00
|
|
|
## \[v0.1.1] use psutil to find pid of dolphin (2022/06/26)
|
|
|
|
Use psutil to achieve cross-platform pid finding.
|
|
|
|
This also fixes the dependency issue on Linux.
|
|
|
|
|
2022-06-25 03:22:49 +09:00
|
|
|
## \[v0.1.0] pack into one PyPI package (2022/06/25)
|
|
|
|
Complete all basic functions, including:
|
|
|
|
- find dolphin, init shared memory
|
|
|
|
- read/write raw bytes
|
|
|
|
- read/write struct
|
|
|
|
- read/write single value (uint32/16/8, int32/16/8, float)
|
|
|
|
|
|
|
|
## Base
|
|
|
|
This library is based on [Yoshi2's dolphin-memory-lib](https://github.com/RenolY2/dolphin-memory-lib)
|
|
|
|
```
|
|
|
|
Copyright (c) 2022 Yoshi2, NerduMiner
|
|
|
|
```
|
|
|
|
and [aldelaro5's Dolphin-memory-engine](https://github.com/aldelaro5/Dolphin-memory-engine)
|
|
|
|
```
|
|
|
|
Copyright (c) 2017 aldelaro5
|
|
|
|
```
|