diff --git a/Assets/dll/faust.wbx.zst b/Assets/dll/faust.wbx.zst index 3a20d608f5e..66de9c7a4dd 100644 Binary files a/Assets/dll/faust.wbx.zst and b/Assets/dll/faust.wbx.zst differ diff --git a/Assets/dll/hyper.wbx.zst b/Assets/dll/hyper.wbx.zst index b8a6b14193a..131f8e58f62 100644 Binary files a/Assets/dll/hyper.wbx.zst and b/Assets/dll/hyper.wbx.zst differ diff --git a/Assets/dll/ngp.wbx.zst b/Assets/dll/ngp.wbx.zst index c4872e9d763..e77d2ed9712 100644 Binary files a/Assets/dll/ngp.wbx.zst and b/Assets/dll/ngp.wbx.zst differ diff --git a/Assets/dll/pcfx.wbx.zst b/Assets/dll/pcfx.wbx.zst index d6a90964473..cd9439f5093 100644 Binary files a/Assets/dll/pcfx.wbx.zst and b/Assets/dll/pcfx.wbx.zst differ diff --git a/Assets/dll/shock.wbx.zst b/Assets/dll/shock.wbx.zst index 557e6bfaac5..781de6ca94b 100644 Binary files a/Assets/dll/shock.wbx.zst and b/Assets/dll/shock.wbx.zst differ diff --git a/Assets/dll/ss.wbx.zst b/Assets/dll/ss.wbx.zst index d04e783cf5e..edd24801881 100644 Binary files a/Assets/dll/ss.wbx.zst and b/Assets/dll/ss.wbx.zst differ diff --git a/Assets/dll/turbo.wbx.zst b/Assets/dll/turbo.wbx.zst index e3fa54f0b76..3bbd31a18ae 100644 Binary files a/Assets/dll/turbo.wbx.zst and b/Assets/dll/turbo.wbx.zst differ diff --git a/Assets/dll/vb.wbx.zst b/Assets/dll/vb.wbx.zst index 63c399732e8..4db91997aff 100644 Binary files a/Assets/dll/vb.wbx.zst and b/Assets/dll/vb.wbx.zst differ diff --git a/waterbox/nyma/NymaCore.cpp b/waterbox/nyma/NymaCore.cpp index 4da16819bc7..0e5be505a0a 100644 --- a/waterbox/nyma/NymaCore.cpp +++ b/waterbox/nyma/NymaCore.cpp @@ -285,6 +285,11 @@ ECL_EXPORT SystemInfo* GetSystemInfo() return &SI; } +ECL_EXPORT const char* GetInputDeviceOverride(uint32_t port) +{ + return Game->DesiredInput.size() > port ? Game->DesiredInput[port].device_name : nullptr; +} + ECL_EXPORT const char* GetLayerData() { return Game->LayerNames; diff --git a/waterbox/nyma/mednafen b/waterbox/nyma/mednafen index 33165f0cfe3..382ff1b8d29 160000 --- a/waterbox/nyma/mednafen +++ b/waterbox/nyma/mednafen @@ -1 +1 @@ -Subproject commit 33165f0cfe30eb9cab3b61b3666cd9dbf8b1a204 +Subproject commit 382ff1b8d293c9a862497706808cbb79b2cecbfb