libretro / hatari

New rebasing of Hatari based on Mercurial upstream. Tries to be a shallow fork for easy upstreaming later on.
25 stars 41 forks source link

mouse cursor is erratic #31

Open markwkidd opened 5 years ago

markwkidd commented 5 years ago

There is a bug listed at the bottom of the README that doesn't have a corresponding github issue yet.

HATARI GUI is not functional because of a mouse bug (too much speed). Usually you don't need to enter the GUI. It was fixed in the P-UAE core with the same GUI, so a patch will be done for this core.

My guess is that the patch being referred to in P-UAE is this commit: https://github.com/libretro/libretro-uae/commit/10e5c3ca71b5db26e619012b3a8463fc9e6a6498

@grant2258 this is what I was mentioning on discord

markwkidd commented 5 years ago

Or it may be the code we need is in this P-UAE PR: https://github.com/libretro/libretro-uae/pull/34

@DamsRoxxx do I understand your posts over in P-UAE that your PR 34 included a fix for mouse behavior? This issue relates to similar behavior in Hatari

markwkidd commented 5 years ago

There may also be some ideas for input in this recent fork of libretro P-UAE by @qclart: https://github.com/qclart/libretro-uae/commits/master

DamsRoxxx commented 5 years ago

@markwkidd No, this was fixed before my PR 34. I only fixed the windows build.

I think the fix in P-UAE could be ported to Hatari as the port are very similar. Never had time to look at it.

r-type commented 5 years ago

ho i misse this one! the last commit fix it for me on linux.