-
Notifications
You must be signed in to change notification settings - Fork 23
Added Sega Genesis support by fixing LibretroWraper.cs switch case XR… #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…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 ***@***.***> 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
<#12 (comment)>, 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 ***@***.***> 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
<#12 (comment)>, 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)? |
…GB8888 it now uses RGB8888 jobs in unities jobs system, fixed RetroAudioSample function.