mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05:00
A shim library implementing the same concept as the already existing ddrio-async library. The iidxio implementation takes another iidxio library and runs it asynchronously which may improve performance for certain iidxio implementations, e.g. if the send and receive functions are driving actual IO calls synchrously and are expensive. This is not a replacement for a well engineered and proper implementation of a iidxio library for any specific use-case. It does not fix bad performance of existing implementations, i.e. if the poll rate is too low because actual IO is too slow. Use with caution and know why and when you need to use it. |
||
|---|---|---|
| .. | ||
| ddrhook | ||
| dev | ||
| iidxhook | ||
| jbhook | ||
| popnhook | ||
| sdvxhook | ||
| tools | ||
| vigem | ||
| api.md | ||
| architecture.md | ||
| development.md | ||
| game-error-codes.md | ||
| inject.md | ||
| launcher.md | ||
| README.md | ||
| release-process.md | ||
Bemanitools 5 documentation
This folder contains various types of documentation.
Table of contents:
- Game
- Error codes: List of bemani game specific error codes that you might encounter during boot or gameplay with troubleshooting information
- Key tools
- Game hooks
- Development
- API: Available APIs and IO (hardware) implementations for BT5 and instructions how to use them
- Architecture: Outline of BT5's architecture, how things are designed and why
- Development: Development environment, building, releasing, etc.
- Developer documentation: Various lose documentation/notes by developers
- Tools: Documentation for additional user and development tooling
Further external documentation
A list of external documentation that can be useful when dealing with bemanitools, supported data and hardware.
- arcade-docs: An open (to read and contribute) repository of arcade hardware and software documentation