-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
libretro-pcsx-rearmed: fix build for OdroidGoAdvance #9717
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would use the following commit message
- libretro-pcsx-rearmed: fix build for OdroidGoAdvance
note - I think this is dead code. a) We don’t build addons for devices. b) we build ARCH=aarch64 for armv8 targets now. @garbear?
Likely dead code for us. Package was taken from upstream: https://github.com/libretro/Lakka-LibreELEC/blob/Lakka-v6.x/packages/lakka/libretro_cores/pcsx_rearmed/package.mk#L34 |
That OdroidGoAdvance DEVICE seems to have sneaked in with e3b9f5e We never build anything for this DEVICE (and it's the first time I read about it) so I think that check should just be dropped and the BTW:
|
Let's remove all the dead code. It's all left over from when I originally ported the cores from Lakka to LE. |
Since it's deadcode... forgo merging this PR ? |
The change here will be removed and we don't build for that ${DEVICE}, so probably close this and address the dead code removal. Before doing that, note I first synced with Lakka in 2023: #7705 There's been full syncs of package files since then, but I'm not sure when the last one was. I'd recommend syncing all LE cores with fixes (if any), then dropping all dead code. |
This comment was marked as resolved.
This comment was marked as resolved.
Renamed commit and rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also upstream the change: https://github.com/libretro/Lakka-LibreELEC/blob/Lakka-v6.x/packages/lakka/libretro_cores/pcsx_rearmed/package.mk#L34
I'll take on the responsibility of syncing the cores with upstream changes again someday. If this gets upstream then it'll be one less thing to sync.
Either way, good find here! Thanks for the improvement.
Lakka has the change. |
ref: #9715 (comment)