4d0ef54279
system: add dip switch label configurations
2025-03-02 00:23:53 +01:00
efe01d92a6
Fix MSVC build again, add support for standalone MSVC compiler ( #59 )
...
After switching away from VS, I realized the buildscript wouldn't detect the standalone MSVC compiler, because for whatever genius reason, MS installs that in the x86 program files directory...
Also fixes some duplicate definitions and a missing library that MSVC doesn't like
ah compilers...
Reviewed-on: TeamTofuShop/segatools#59
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-02-24 18:49:22 +00:00
80d4902cfc
remove 5gb wasted space by removing precompiled headers
2024-12-23 21:04:51 +01:00
517469a60c
switched to new capnhook, updated unityhook, added LED 15093 to MU3
2024-05-12 19:37:30 +02:00
a3fd2fb926
Merge branch 'master' into develop
2023-11-29 23:07:24 +01:00
4dcf01f643
carol: somewhat-working touch board??
2023-11-27 23:23:00 -05:00
a2db39c58c
fgo: fgohook finally added
...
Credits:
- Coburn
- domeori
- Mitsuhide
- OLEG
- rakisaionji
2023-11-11 23:05:11 +01:00
5ef0cf6181
Merge branch 'master' into develop
2023-09-15 19:56:48 +02:00
2dbb4aec8c
hooklib: add createprocess to meson
2023-09-13 19:54:22 -04:00
01be6ee33c
cardmaker: hook, touch screen hook added
...
Thanks @domeori https://dev.s-ul.net/domeori/segatools/-/tree/mr-imports
2023-07-14 00:59:24 +02:00
f0b307e120
add hooklib for external functions loaded via getprocaddress
2023-02-13 03:08:41 -05:00
0443a985bd
wip: move gfx to gfxhook, some borderless window stuff
2023-02-13 03:07:37 -05:00
b6f1ca6437
hooklib: Add D3D11 and DXGI graphics hooks
...
IDZ only supports D3D11 and Ongeki/Unity uses D3D11 by default.
This also includes a window hook and fullscreen fix for problematic
games (I am looking at you IDZ).
2023-02-13 03:07:37 -05:00
56a32fd80a
Add dvd hook to allow hiding connected dvd drives
2021-06-17 04:02:55 +02:00
871b82a8ad
hooklib/config.c: Add struct gfx_config
2019-10-19 17:03:17 -04:00
e918795445
Make clock hook configurable
2019-10-14 23:18:18 -04:00
8ecbb860d8
hooklib/dns.c: Add initial WinDNS hook
...
We'll probably need to intercept the more traditional
gethostbyname() API and friends at some point too.
2019-09-04 13:47:31 -04:00
744a7e6560
hooklib/path.c: Add initial path rewriting hooks
2019-05-17 23:07:20 -04:00
2ab3a353df
hooklib/reg.c: Add registry hook mechanism
2019-05-17 23:07:20 -04:00
96b1981e01
hooklib/dll.c: Add dynamic loader hook mechanism
2019-05-14 17:13:08 -04:00
1b93551a41
hooklib: Split out of util
...
This is distinct from capnhook's hooklib, although the intent is
the same. Hopefully these two libraries sharing a name won't get
too confusing...
2019-05-14 17:13:08 -04:00