RetroUnity
RetroUnity copied to clipboard
Added Sega Genesis support by fixing LibretroWraper.cs switch case XR…
…GB8888 it now uses RGB8888 jobs in unities jobs system, fixed RetroAudioSample function.
Hey Scorr are you going to approve this request?
Hello, interesting, thanks for the contribution.
Hey there! Trying to replicate these changes, it didn't work on the plusGX core (getting editor-level crashes), but it does seem to make the blastem core work, however there is large audio crackling as well as the main problem which is the screen being shifted like wrapped a million times the wrong way, in stripes. Did I miss a change or something? I'm mostly hand-reading each line to pull changes, since I already made conflicting changes so I can't just pull merge.
I had the screen warping and audio crackeling fixed on my end with the blastem core. Maybe try another rom for now I can look into this later.
On Sat, Sep 5, 2020, 11:14 PM Hokage3211 [email protected] wrote:
Hey there! Trying to replicate these changes, it didn't work on the plusGX core (getting editor-level crashes), but it does seem to make the blastem core work, however there is large audio crackling as well as the main problem which is the screen being shifted like wrapped a million times the wrong way, in stripes. Did I miss a change or something? I'm mostly hand-reading each line to pull changes, since I already made conflicting changes so I can't just pull merge.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Scorr/RetroUnity/pull/12#issuecomment-687692782, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5EH2Z5ECASI4JM6ZGQPQLSEL5BTANCNFSM4KAA7HTQ .
Perhaps there is a missing change in code not commited on your end? I was testing with a sonic the hedgehog 2, what did you use to test? Or if it helps, do you remember what lines of code fixed the warping, and I can see if I have them correct?
I tested with multiple different games like jurassic Park and sonic
On Sun, Sep 6, 2020, 5:21 PM Hokage3211 [email protected] wrote:
Perhaps there is a missing change in code not commited on your end? I was testing with a sonic the hedgehog 2, what did you use to test?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Scorr/RetroUnity/pull/12#issuecomment-687904918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5EH24DXSK5B3VDWHEYJSLSEP4NZANCNFSM4KAA7HTQ .
Hey sorry for the late reply, haven't looked at this repo in a while. I've been wanting to rework it but haven't had time.
Just tested your PR, screen is also warped with stripes for me using blastem. Is there a configuration with which this works that I could test (Game + libretro core)? The audio crackle is not a problem since that was already an issue before this PR.