KoKuToru / koku-xinput-wine

Adds xinput support to wine, without changing the source of wine.
BSD 2-Clause "Simplified" License
69 stars 21 forks source link

Think this would work on mac? #1

Open imeredith opened 11 years ago

imeredith commented 11 years ago

I managed to link it (came out as a dylib file). xinput is a X11 extension/plugin or something right? so theoretically it should work?

Need to wait for beta to start I guess to see.

KoKuToru commented 11 years ago

Uhm, sorry no idea, never used MAC.

XInput is Microsofts gamepad api, it's not the same as xinput (X11) ! My code uses SDL1.2 or SDL2.0 to emulate the XInput Microsoft gamepad api, for wine.

With BETA you mean the FFXIV 2.0 Beta ? If yes, you can still test the library with the ffxivconfig.exe from 1.0

LD_PRELOAD doesn't exists for MAC, as you can see here: http://stackoverflow.com/questions/9073854/libfaketime-and-mac-os-ld-preload

You need to use DYLD_INSERT_LIBRARIES, let me know if it works.

imeredith commented 11 years ago

Ah ok. I don't have ffxiv1.0 still installed unforunatly.

On 13 June 2013 23:33, Luca Béla Palkovics notifications@github.com wrote:

Uhm, sorry no idea, never used MAC.

XInput is Microsofts gamepad api, it's not the same as xinput (X11) ! My code uses SDL1.2 or SDL2.0 to emulate the XInput Microsoft gamepad api, for wine.

With BETA you mean the FFXIV 2.0 Beta ? If yes, you can still test the library with the ffxivconfig.exe from 1.0

— Reply to this email directly or view it on GitHubhttps://github.com/KoKuToru/koku-xinput-wine/issues/1#issuecomment-19386215 .

KoKuToru commented 11 years ago

Well I just tested in the BETA, sadly I have bad news, first the graphic flickers a lot whicih was in previous phase much better.. Second my library doesn't work to 100%, it looks like FFXIV now check 2 times for gamepads. My library only fake the results for the first time.. Means in the intro-screen gamepad works, and ingame it stops working.. need to fix this..

imeredith commented 11 years ago

The play button doesnt showing up so I couldnt get out of the launcher.

I got a ps3 code though so im not so worried. And I: dont think dual boxing will be as easy as XI heh.

christ776 commented 8 years ago

Hi guys, did you have any success? I wasn't able to link it because of architecture issue.