Commit graph

7 commits

Author SHA1 Message Date
Wayward Heart
4bb13b9958 win32_wrap: add OEM keys
Actual values can vary by country, but these should be good defaults.
Values taken from Joiplay's src/input.cpp.
2024-08-03 04:04:55 -05:00
Splendide Imaginarius
3e7ddd0552 win32_wrap: fix mouse buttons 2024-07-29 21:30:32 +00:00
Splendide Imaginarius
2d832934ff
Merge pull request #62 from WaywardHeart/ruby_classic_wrap
Replace the ruby18_wrap.rb preload script with ruby_classic_wrap.rb
2023-12-15 05:32:30 +00:00
Splendide Imaginarius
781beb9adf ruby_classic_wrap: Clarify authorship 2023-12-15 03:20:04 +00:00
Splendide Imaginarius
f9a519c513 win32_wrap.rb: Fallback to native Win32API
These changes should make it easier to enable win32_wrap.rb by default,
since it won't interfere with non-wrapped API calls anymore.
2023-10-29 09:28:57 +00:00
Wayward Heart
778c7e63b9 Replace the ruby18_wrap.rb preload script with ruby_classic_wrap.rb 2023-10-17 07:42:03 -05:00
Splendide Imaginarius
7dd50c8546
Add preload scripts (#6)
* Add preload scripts

At least one game in the wild requires both of these preload scripts to run.

* Add Ancurio's win32 preload script

At least one game in the wild requires this preload script to run on Linux.

* Relicense my preload scripts under CC0

* Clarify preload script docs in mkxp.json

* Move preload scripts to "scripts/preload"

* Fix permissions on preload scripts

* Fix preloadScript paths in mkxp.json example

* Apply suggestions from code review

Co-authored-by: WaywardHeart <WaywardHeart@outlook.com>

---------

Co-authored-by: struma <ruffle-brasher-0r@icloud.com>
Co-authored-by: WaywardHeart <WaywardHeart@outlook.com>
2023-07-20 12:16:29 -04:00