Commit Graph

624 Commits

Author SHA1 Message Date
Felix Anderson 798446ec79
gfxhook/d3d9.c: Add Direct3D 9 Ex hook 2021-12-21 23:57:04 -05:00
Bemani Witch 7c7dbe918f iccard/felica.c: improve spelling in comment 2021-12-21 06:23:56 +01:00
Hay1tsme 6b2a4e5c65 Added wacca stub code 2021-12-21 00:02:17 -05:00
Hay1tsme 68e71c845b Update README.md 2021-12-21 04:56:59 +00:00
Bemani Witch 0b5cc281e7 iccard/felica.c: replace pmm with new, more compatible one 2021-12-17 06:38:46 +01:00
Felix Anderson ea94dd8085
wip: move gfx to gfxhook, some borderless window stuff 2021-11-03 17:14:24 +00:00
Felix Anderson a24cd0a1a5
Draft: hooklib/gfx/dxgi.c: Delegate IDXGIFactory hook selection to helper method 2021-10-25 22:00:20 +00:00
Felix Anderson 636ed0f41b
Draft: hooklib/gfx/dxgi.c: Add CreateDXGIFactory2 hook 2021-10-25 22:00:20 +00:00
Felix Anderson b072f2d82a
idzhook: Force framed window for ServerBox.exe in graphics hook 2021-10-25 22:00:20 +00:00
Felix Anderson f251283eb6
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).
2021-10-25 22:00:20 +00:00
Felix Anderson 8412ee2c16
util/lib.c: Add module file path utility 2021-10-25 20:18:43 +00:00
Felix Anderson 22d6c3b8f9 amex/sram.c: Handle ABI version ioctl 2021-09-01 23:25:52 +00:00
Felix Anderson bbb7cdf4a5
amex/sram.c: Handle ABI version ioctl 2021-09-01 23:25:52 +00:00
Felix Anderson c22013fe9f amex/eeprom.c: Handle ABI version ioctl 2021-09-01 23:25:52 +00:00
Felix Anderson 0b9f81fb2a
amex/eeprom.c: Handle ABI version ioctl 2021-09-01 23:25:52 +00:00
Felix Anderson 636c85fa8f amex/ds.c: Handle ABI version ioctl 2021-09-01 22:52:07 +00:00
Felix Anderson c6b245d103
amex/ds.c: Handle ABI version ioctl 2021-09-01 22:52:07 +00:00
Felix Anderson 6add974ed3 mu3hook: Add missing mu3_io_get_api_version export 2021-08-15 23:08:57 +00:00
Felix Anderson e6810da3ac mu3hook: Add missing mu3_io_get_api_version export 2021-08-15 23:08:57 +00:00
Felix Anderson 2393916507 idzhook: Add missing idz_io_get_api_version export 2021-08-15 23:08:52 +00:00
Felix Anderson b7f52232a0 idzhook: Add missing idz_io_get_api_version export 2021-08-15 23:08:52 +00:00
Felix Anderson 67c3865b9d hooklib/dll.c: Ensure LoadLibraryExW is always available 2021-08-15 23:08:18 +00:00
Felix Anderson 5a383b804b hooklib/dll.c: Ensure LoadLibraryExW is always available 2021-08-15 23:08:18 +00:00
Felix Anderson 96782ba672 hooklib/dll.c: Add LoadLibraryEx hooks
- Initial D: Zero uses `LoadLibraryExW` to load `d3d11.dll` and `dxgi.dll`.
2021-08-15 23:08:18 +00:00
Felix Anderson dd363ed000 hooklib/dll.c: Add LoadLibraryEx hooks
- Initial D: Zero uses `LoadLibraryExW` to load `d3d11.dll` and `dxgi.dll`.
2021-08-15 23:08:18 +00:00
icex2 8e63a74c76 Simplified bug reporting template
The prior version was a little too optimistic and more difficult
to fill in for the average user
2021-08-15 11:11:06 +02:00
icex2 47581259c8 Simplified bug reporting template
The prior version was a little too optimistic and more difficult
to fill in for the average user
2021-08-15 11:11:06 +02:00
icex2 400a07a481 Fix typo in docs 2021-08-13 23:55:12 +02:00
icex2 db12772b7a Fix typo in docs 2021-08-13 23:55:12 +02:00
icex2 5b77f6fd0f Add section about git history to contributing docs 2021-08-13 23:55:12 +02:00
icex2 b95f1df54a Add section about git history to contributing docs 2021-08-13 23:55:12 +02:00
icex2 ee551755a3 Add gitlab MR and issue templates
Ported with some tweaks from BT5
2021-08-13 23:55:12 +02:00
icex2 85e644cbd6 Add gitlab MR and issue templates
Ported with some tweaks from BT5
2021-08-13 23:55:12 +02:00
icex2 cb91d4adeb Add development.md documentation
Move stuff from root README and add a few more things that I took
from BT5.
2021-08-13 23:55:12 +02:00
icex2 d6a66b1745 Add development.md documentation
Move stuff from root README and add a few more things that I took
from BT5.
2021-08-13 23:55:12 +02:00
icex2 d48bd3ee11 Add CONTRIBUTING
Taken from BT with some tweaks here and there
2021-08-13 23:55:12 +02:00
icex2 a1a41595d4 Add CONTRIBUTING
Taken from BT with some tweaks here and there
2021-08-13 23:55:12 +02:00
Felix Anderson a26efa8c0d hooklib/path.c: Hook RemoveDirectory
- A certain game uses RemoveDirectory to clear out some data in the Y:
2021-08-12 23:20:05 +00:00
Felix Anderson 25f5ca944e
hooklib/path.c: Hook RemoveDirectory
- A certain game uses RemoveDirectory to clear out some data in the Y:
2021-08-12 23:20:05 +00:00
Felix Anderson ed42e63a78 platform: Prevent amdaemon from shutting down the computer or logging off user 2021-08-12 23:14:34 +00:00
Felix Anderson da6879606a
platform: Prevent amdaemon from shutting down the computer or logging off user 2021-08-12 23:14:34 +00:00
Felix Anderson cc95389646 platform: Add basic hwreset implementation for ALLS 2021-08-12 23:14:31 +00:00
Felix Anderson 3a71af7405
platform: Add basic hwreset implementation for ALLS 2021-08-12 23:14:31 +00:00
Felix Anderson cd5ae172b8 board/io4.c: add configuration section to enable/disable emulation 2021-07-05 10:08:09 +00:00
Felix Anderson 7a807e81ad
board/io4.c: add configuration section to enable/disable emulation 2021-07-05 10:08:09 +00:00
6cb1008cabfc0d4485696f6df7431a5e27604e1b e677a1b4f3 dist: add idzhook.md to doc.zip 2021-06-20 16:18:08 +02:00
Bemani Witch 63c27ef015 dist: add idzhook.md to doc.zip 2021-06-20 16:18:08 +02:00
6cb1008cabfc0d4485696f6df7431a5e27604e1b f3e124a4b1 dist: remove obsolete file copy commands 2021-06-20 16:07:34 +02:00
Bemani Witch 78f1eea44e dist: remove obsolete file copy commands 2021-06-20 16:07:34 +02:00
6cb1008cabfc0d4485696f6df7431a5e27604e1b 0b4fab9045 doc: fixed missing link to idz docs in readme 2021-06-18 23:45:02 +02:00