Commit Graph

900 Commits

Author SHA1 Message Date
6fa47f2c7f sekito: specify game ID in config 2025-09-30 22:44:45 +02:00
acedf0f372 ekt: fix ekthook vanishing 2025-09-30 22:41:30 +02:00
6848a7a6c6 ekt: fix filename reading 2025-09-30 22:41:19 +02:00
3195dbc282 sekito: get terminal to work 2025-09-30 22:17:54 +02:00
67d0513273 sekito: fix test card player for SKT 2025-09-30 21:09:48 +02:00
a21fad184f sekito: only initialize Y3 I/O dll on field 2025-09-30 20:50:06 +02:00
fc22a29c56 sekito: launch game from parent directory or file writing fails 2025-09-30 20:34:15 +02:00
e6e1171a5f sekito: fix printer 2025-09-30 20:34:02 +02:00
84362a2839 sekito: implement rest 2025-09-30 19:54:14 +02:00
7f017a0da9 MSVC and 32-bit fixes 2025-09-30 14:18:44 +02:00
f33fe0f2ae sekito: add hook 2025-09-30 12:14:00 +02:00
7dd1cd4a62 ekt: add config docs 2025-09-20 10:02:58 +02:00
d264ae0b37 ekt: add UDP broadcast netenv redirection 2025-09-13 11:37:23 +02:00
2950061d08 ekt: improve sample card player a bit 2025-09-12 12:35:39 +02:00
69a7f70388 ekt: improve sample card player a bit 2025-09-12 10:20:05 +02:00
1b09a57c0d ekt: add card player sample 2025-09-06 10:06:50 +02:00
d6143ebb5f ekt: enable AmCapture, add default settings for y3ws to segatools.ini 2025-09-05 16:45:50 +02:00
136da4a2b8 ekt: document port 2025-09-05 14:54:28 +02:00
04416715ef ekt: doc fix 2025-09-05 14:42:35 +02:00
a6915a95f8 ekt: implement y3ws 2025-09-05 13:41:08 +02:00
0f87e7510e ekt: remove bad ws implementation 2025-09-04 18:47:05 +02:00
05f68962cd ekt: fix missing call to y3.close 2025-09-04 18:45:07 +02:00
bbfbe71852 Merge remote-tracking branch 'fork-origin/feature/ekt' into feature/ekt
# Conflicts:
#	common/y3io/meson.build
2025-09-04 18:42:16 +02:00
619285c412 ekt: move files around 2025-09-04 08:42:54 +02:00
dc631215b1 ekt: partial y3ws implementation 2025-09-03 19:10:29 +02:00
3327548ca6 ekt: implement cx7000 printer 2025-09-03 17:09:40 +02:00
0480a7e767 ekt: fix doing too much search+replace 2025-09-02 21:16:18 +02:00
57d23726e8 ekt: fix doing too much search+replace 2025-09-02 18:09:17 +02:00
837b0663aa ekt: Fix bindings and trackball speed/range 2025-09-02 16:23:48 +02:00
873ae0a30a ekt: Make y3io expandable with I/O dlls 2025-09-02 15:37:40 +02:00
da0fc56500 ekt: make ports configurable, misc corrections 2025-09-02 13:54:07 +02:00
fdd9c2fbc8 ekt: cleanup and fixes 2025-09-02 13:16:35 +02:00
bb47e4f1b5 ekt: add button i/o 2025-09-01 16:28:14 +02:00
d9210b52e1 ekt: initial code 2025-08-31 20:47:24 +02:00
4788e54398 Merge remote-tracking branch 'origin/develop' into develop 2025-08-31 17:29:40 +02:00
e090f472af merge upstream 2025-08-31 15:28:21 +00:00
19c1a8e469 Merge pull request 'idac: Add configurable remapping for D-Pad Up/Down buttons.' (#77) from puniru/segatools:up_down into develop
Reviewed-on: #77
Reviewed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
2025-08-27 20:39:40 +00:00
eb96660fdf idac: update config for up and down dpad buttons 2025-08-27 13:30:00 +09:00
83a9a49429 idac: allow changing up and down for custom boards 2025-08-22 15:03:19 +09:00
d423058cbd APM3: Fix amdaemon breakage when Unity Doorstop is present (#76)
Reviewed-on: #76
Co-authored-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
Co-committed-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
2025-08-10 16:04:01 +00:00
9703a0938a Merge remote-tracking branch 'origin/develop' into develop 2025-08-09 17:13:16 +02:00
ec1a232103 merge upstream 2025-08-09 15:12:16 +00:00
55a3859891 [swdc] fix magnitude calculation 2025-08-06 19:40:04 +02:00
3f2cfb6a26 [apm3, idac] improved launch.bat, removed zinput 2025-08-01 17:58:21 +02:00
e74e2a0d47 [apm3, swdc, idac] DInput8 cleanup 2025-07-29 18:06:10 +02:00
122034f922 [fgo] improve keyboard bindings 2025-07-27 22:05:07 +02:00
bb0b023ec0 [apm3] hook video loading, bug fixes 2025-07-27 19:22:57 +02:00
bb01e131e9 [epay]: hook enabled by default 2025-07-27 18:06:58 +02:00
ded1375e88 Vfs: Hook .ini reader functions to fix DLI reading (#75)
Pretty simple, DLI reading (more commonly known as DownloadOrder) calls GetPrivateProfile* with a file path with E:\tmpDli*.ini. This fails right now.

I have only hooked the functions that appear in the latest amdaemon.

Reviewed-on: #75
Reviewed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
Co-authored-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
Co-committed-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
2025-07-24 09:16:22 +00:00
c2af0a0df5 Merge remote-tracking branch 'origin/develop' into develop 2025-07-23 18:55:54 +02:00