Go to file
Felix Anderson 8bde573bdd hooklib/path.c: add function to hook apply path hooks to another module 2020-05-21 00:58:20 +00:00
aimeio aimeio: Fix INI loading 2019-12-25 16:29:01 -05:00
amex Simplify configurable GetAsyncKeyState 2019-11-27 21:02:51 -05:00
board Unify LED command name for Diva/Chunithm slider 2019-12-29 22:48:35 -04:00
chunihook Unify LED command name for Diva/Chunithm slider 2019-12-29 22:48:35 -04:00
chuniio chuniio: Add input config 2019-11-27 21:02:51 -05:00
dist platform/vfs.c: add option path redirection 2019-12-22 18:27:19 +01:00
divahook Unify LED command name for Diva/Chunithm slider 2019-12-29 22:48:35 -04:00
divaio Diva: Fix slider detection & sensor order 2019-12-29 21:13:40 -04:00
doc Add HW,FW notes on NFC assembly 2018-11-28 11:49:55 -05:00
hooklib hooklib/path.c: add function to hook apply path hooks to another module 2020-05-21 00:58:20 +00:00
iccard iccard/aime.c: Add (incomplete) AiMe card formatter 2019-10-19 15:50:36 -04:00
idzhook Shift hook DLL config structs around 2019-11-05 20:11:25 -05:00
idzio Simplify configurable GetAsyncKeyState 2019-11-27 21:02:51 -05:00
jvs Remove PCH source files 2019-05-01 21:17:30 -04:00
minihook hooklib/spike.c: Add a measure of configurability 2019-10-19 16:15:14 -04:00
mu3hook Abort hook DLLs on startup error 2019-11-05 18:03:24 -05:00
mu3io Fix various MU3 input issues 2019-11-03 19:55:02 -05:00
pki Add reference PKI 2019-11-06 21:02:49 -05:00
platform platform/vfs.c: allow nthome and option path hooks without ending back-slash 2020-05-20 18:09:23 +00:00
reg Add registry keys for Chunithm 2018-11-20 20:58:51 -05:00
spike Add Chunithm Star Plus WinHTTP debug printfs 2018-11-28 11:49:16 -05:00
subprojects subprojects: Bump Capnhook dependency 2019-11-03 11:02:46 -05:00
util util/async.c: Include NTSTATUS 2019-09-01 11:48:55 -04:00
.editorconfig Add .editorconfig 2018-10-07 21:58:14 -04:00
.gitignore Add initial distribution packaging script 2019-11-07 18:18:40 -05:00
CHANGELOG.md Add CHANGELOG 2019-12-28 11:16:06 -05:00
README.md Add a sorry excuse for a README 2019-11-06 22:20:07 -05:00
cross-mingw-32.txt build: don't hardcode cross-toolchain path 2019-11-09 13:42:15 +00:00
cross-mingw-64.txt build: don't hardcode cross-toolchain path 2019-11-09 13:42:15 +00:00
initpki Add reference PKI 2019-11-06 21:02:49 -05:00
meson.build platform/vfs.c: allow relative paths in configuration 2019-12-22 22:41:08 +01:00
mkdist Add initial distribution packaging script 2019-11-07 18:18:40 -05:00
precompiled.h hooklib/dns.c: Hook classic getaddrinfo() API too 2019-09-07 16:26:10 -04:00

README.md

Segatools

Quick start on a Linux build host:

# Install Meson and a recent build of MinGW-w64, then:

$ meson --cross cross-build-32.txt _build32
$ ninja -C _build32
$ meson --cross cross-build-64.txt
$ ninja -C _build64

Building on MSYS2 is also possible; consult Meson documentation for details.

Additional documentation will be forthcoming.