-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test RK3399 and SD845, as well as test on RPiOS #3
Comments
Finally got a chance to test on RPiOS today (in Buster arm64, using vdesktop). Thunder itself works fine, however a lot doesn't work. But because this was using a beta version of RPiOS in Vdesktop I won't consider RPiOS incompatible, just I'll need to test on non-beta RPiOS natively. |
Just fixed a bug found while testing in RPiOS, should fix a bug when people try to startup Thunder after installation. |
Pushed some commits that should get Thunder working on RPiOS better, so will test again soon. |
Rats, RPiOS Buster doesn't have a new enough GLIBC to run mGBA. And the other emulators require more libs, too, that I don't have room for in my virtual machine. I guess I'll just have to boot up a full native install of Bullseye ARM64... |
Thunder itself works now though, so at least that. |
Added a separate task list for emulators. |
Tested Thunder on RK3399, once again it works fine out of the box. However, other than Mednafen, emulators don't work. |
Almost got mGBA working on RK3399, but this time SDL is in the way. My guess is I don't have a new enough SDL installed on my RK3399, as other than that mGBA doesn't spit out any more errors. |
Other than mGBA, I almost have all the emulators included with Thunder working on RK3399 (the Mesa update in Thunder is part of getting them working, actually)! Also the mGBA build not working on RK3399 isn't a Thunder problem, as compiling mGBA manually on my RK3399 doesn't work either. |
Nearly have PCSX Reloaded working on RK3399 and RPiOS... |
melonDS_Pi: working |
mGBA: not working |
Dolphin: working (using custom mesa) |
Box86 and Box64: not working due to GLIBC |
Mednafen: working |
PPSSPP: not working, due to a lib named |
PPSSPP Update: Now working, thanks to commit f4d7bd9! |
Okay, so that leaves the following emulators left not working:
Box86 and Box64 I'm planning to compile on RK3399 soon, to get them compatible. PCSXR is missing a lib: |
Didn't work to compile mGBA again, although I think I found the problem: As for PCSXR, I tried doing my idea of sticking in So I'm not exactly sure what to do with these 2 emulators right now. |
Somewhat closer to getting PCSXR working, |
Got |
Extremely close to getting PCSXR working! The
|
Just tested all the emulators after they were modified so much, and on my Raspberry Pi 4 they all work still. So at least I didn't break anything. |
Going to take a little break from trying to get these emulators working, instead I'm going to work on getting Flatpaks working in Thunder. I should be back to working on emulators soon, though. |
Extremely close to getting all emulators working on RK3399. Box86 and Box64 are both now working, so that leaves just mGBA and PCSXR left! |
PCSXR is also now working on RK3399, so that just leaves mGBA left! |
I almost have mGBA working on all systems...but I made a mistake... On RK3399 the build included right now works just fine on my RockPi 4B+. But that's because I had mGBA installed through |
Finally all emulators are working on RK3399! Now next on the to-do list is to get them all working on RPiOS. I'll take a little break first, though... |
Now working on getting emulators working on RPiOS... Seems like they would all work on a standard install, but for testing I'm using
Also as a note for a future commit:
|
After messing around a bit I think I'll add |
Here's what I am capable of doing:
Here's what I'll need other users to do:
Complete list of tasks:
The text was updated successfully, but these errors were encountered: