-
-
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
emulation: fix source typo #9717
base: master
Are you sure you want to change the base?
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. |
I think I will defer this to the devs. Is it possible for someone to cherrypick this into a more comprehensive PR ? |
ref: #9715 (comment)